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