Returns a point by name or at a specified position.
Read-only property
[Visual Basic .NET] |
---|
Public Property Item( _ ByVal IndexOrName As System.Object _ ) As IAgCrdnPoint |
[C#] |
---|
public IAgCrdnPoint this[ System.Object IndexOrName ] {get;} |
[Managed C++] |
---|
public: __property IAgCrdnPoint^ get_Item( VARIANT IndexOrName ); |
[Unmanaged C++] |
---|
public: HRESULT get_Item( VARIANT IndexOrName, IAgCrdnPoint* ppRetVal ); |
[Java] |
---|
public IAgCrdnPoint getItem( AgVariant IndexOrName ); |
[Python - STK API ] |
---|
@property def Item(self) -> "IAgCrdnPoint": |
- IndexOrName
- Specify an index or a name of a point.