VCDPropertyElements.Item Property

Returns the VCDPropertyElement at the specified position.
Syntax:
[C#]
Public VCDPropertyElement Item( int Index );
Parameter Description
Index

Specifies the index of the VCDPropertyElement to return. The index must lie in the range [1,VCDPropertyElements.Count ].

Limitations:

Read only.

See also: VCDPropertyElements, VCDPropertyElements.Count

<< VCDPropertyElements