Returns the I3DMLFeatureLayer65 element in the specified zero based index.
To access a specific element use the following syntax: I3DMLFeatureLayers65(index).
C# exposes this property as an indexer accessed using the following syntax: I3DMLFeatureLayers65[index].
JavaScript |
|
|
C# |
|
dynamic this[object Index] { get; } |
C++ |
|
HRESULT Item( [in] VARIANT Index, [out, retval] VARIANT* pVal) |