ArcObjects Library Reference (DefenseSolutions)  

IAutoGroupRule.PropertyDescription Property

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

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

Parameters

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

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IAutoGroupRule Interface