This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPFieldInfo Interface > IGPFieldInfo.SetSplitRule Method (ArcObjects .NET 10.4 SDK) |
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