ArcObjects Library Reference (Geoprocessing)  

IGPFieldInfo.SetSplitRule Method

Sets the split rule of the specified field in the field info object.

[Visual Basic .NET]
Public Sub SetSplitRule ( _
    ByVal Index As Integer, _
    ByVal split As esriGPFieldInfoSplitRule _
)
[C#]
public void SetSplitRule (
    int Index,
    esriGPFieldInfoSplitRule split
);
[C++]
HRESULT SetSplitRule(
  long Index,
  esriGPFieldInfoSplitRule split
);
[C++]

Parameters

Index [in]   Index is a parameter of type long split [in]

  split is a parameter of type esriGPFieldInfoSplitRule

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGPFieldInfo Interface