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