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 |
[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( VARIANT IndexOrName ); |
- IndexOrName