STK Vector Geometry ToolSend comments on this topic.
GetPlane Method (IAgCrdnPlaneRefTo)
See Also
Windows





Windows & Linux

Description

Returns the actual plane object behind the reference. Use IAgCrdn.IsValid to test the validity of the returned object.

Syntax

[Visual Basic .NET]
Public Function GetPlane() As IAgCrdnPlane
[C#]
public IAgCrdnPlane GetPlane();
[Managed C++]
public: IAgCrdnPlane ^ GetPlane();
[Unmanaged C++]
public: HRESULT GetPlane(
    IAgCrdnPlane ** ppRetVal
);
[Java]
public IAgCrdnPlane getPlane();
[Python - STK API ]
def GetPlane(self) -> "IAgCrdnPlane":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.