Gets the object from the specified index.
Namespace:
pdftron.SDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Obj GetAt(
int index
)
Public Function GetAt (
index As Integer
) As Obj
public:
virtual Obj^ GetAt(
[InAttribute] int index
) sealed
Parameters
- index
- Type: SystemInt32
The Array index of the element to obtain. The first element in an Array has an index of zero.
Return Value
Type:
Obj
The Obj obtained.
See Also