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