ArcObjects Library Reference (Geoprocessing)  

IGPFieldInfo.GetSplitRule Method

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

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

Parameters

Index [in]   Index is a parameter of type long split [out, retval]

  split is a parameter of type esriGPFieldInfoSplitRule

Product Availability

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

See Also

IGPFieldInfo Interface