This document is archived and information here might be outdated.  Recommended version.


IGPFieldInfo.SetSplitRule Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPFieldInfo Interface > IGPFieldInfo.SetSplitRule Method
ArcGIS Developer Help

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