This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Catalog > ESRI.ArcGIS.Catalog > Interfaces > IG > IGxObjectProperties Interface > IGxObjectProperties.GetPropByIndex Method (ArcObjects .NET 10.5 SDK) |
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 );