This document is archived and information here might be outdated. Recommended version. |
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
);