ArcObjects Library Reference (DefenseSolutions)  

ICustomProperties.CustomPropertyName Property

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

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

ICustomProperties Interface