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





