Returns the actual point object behind the reference. Use IAgCrdn.IsValid to test the validity of the returned object.
[Visual Basic .NET] |
---|
Public Function GetPoint() As IAgCrdnPoint |
[C#] |
---|
public IAgCrdnPoint GetPoint(); |
[Managed C++] |
---|
public: IAgCrdnPoint ^ GetPoint(); |
[Unmanaged C++] |
---|
public: HRESULT GetPoint( IAgCrdnPoint ** ppRetVal ); |
[Java] |
---|
public IAgCrdnPoint getPoint(); |
[Python - STK API ] |
---|
def GetPoint(self) -> "IAgCrdnPoint": |