Home > All Other Interfaces > IRings > Item
Returns the ILinearRing element in the specified zero based index. To access a specific element use the following syntax: IRings(index).
C# exposes this property as an indexer accessed using the following syntax: IRings[index].
| 
 JavaScript  | 
 
  | 
| 
 Item( Index, pVal)  | 
|
| 
 C#  | 
 
  | 
| 
 
  | 
|
| 
 C++  | 
 
  | 
| 
 HRESULT Item( [in] VARIANT Index, [out, retval] VARIANT* pVal)  | 
|