ArcObjects Library Reference (DefenseSolutions)  

ICustomProperties.CustomPropertyDescription Property

The method returns the description of a supported property, given that property's index.

[Visual Basic .NET]
Public Function get_CustomPropertyDescription ( _
    ByVal Index As Short _
) As String
[C#]
public string get_CustomPropertyDescription (
    short Index
);
[C++]
HRESULT get_CustomPropertyDescription(
  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

ICustomProperties Interface