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


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