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


IGpFieldInfoObject.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 > IGpFieldInfoObject Interface > IGpFieldInfoObject.SetSplitRule Method
ArcGIS Developer Help

IGpFieldInfoObject.SetSplitRule Method

Set the split rule by index.

[Visual Basic .NET]
Public Sub SetSplitRule ( _
    ByVal Index As Integer, _
    ByVal rule As String _
)
[C#]
public void SetSplitRule (
    int Index,
    string rule
);
[C++]
HRESULT SetSplitRule(
  long Index,
  BSTR rule
);
[C++]
Parameters
Index [in]

Index is a parameter of type long rule [in]
rule is a parameter of type BSTR

Product Availability

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

See Also

IGpFieldInfoObject Interface