STK Vector Geometry ToolSend comments on this topic.
ReferencePlane Property (IAgCrdnAngleToPlane)
See Also
Windows





Windows & Linux

Description

Specify a reference plane.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property ReferencePlane() As IAgCrdnPlaneRefTo
[C#]
public IAgCrdnPlaneRefTo ReferencePlane {get;}
[Managed C++]
public: __property IAgCrdnPlaneRefTo ^ get_ReferencePlane();
[Unmanaged C++]
public: HRESULT get_ReferencePlane(
    IAgCrdnPlaneRefTo ** ppRetVal
);
[Java]
public IAgCrdnPlaneRefTo getReferencePlane();
[Python - STK API ]
@property
def ReferencePlane(self) -> "IAgCrdnPlaneRefTo":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.