ArcObjects Library Reference (Geoprocessing)  

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