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


IGPFieldInfo.SetSplitRule Method (ArcObjects .NET 10.4 SDK)
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