ArcObjects Library Reference (DefenseSolutions)  

IAutoGroupRule.PropertyName Property

The method returns the name of the custom property stored at the indicated index in the optional property set.

[Visual Basic .NET]
Public Function get_PropertyName ( _
    ByVal Index As Short _
) As String
[C#]
public string get_PropertyName (
    short Index
);
[C++]
HRESULT get_PropertyName(
  short Index,
  BSTR* Name
);
[C++]

Parameters

Index [in]   Index is a parameter of type short Name [out, retval]   Name is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IAutoGroupRule Interface