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