This document is archived and information here might be outdated.  Recommended version.


IGxObjectProperties.GetPropByIndex Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Catalog)  

IGxObjectProperties.GetPropByIndex Method

The name and value of the indexed property in the GxObject.

[Visual Basic .NET]
Public Sub GetPropByIndex ( _
    ByVal index As Integer, _
    ByRef Name As String, _
    ByRef value As Object _
)
[C#]
public void GetPropByIndex (
    int index,
    ref string Name,
    ref object value
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxObjectProperties Interface