STK Vector Geometry ToolSend comments on this topic.
FromPlane Property (IAgCrdnAngleBetweenPlanes)
See Also
Windows





Windows & Linux

Description

Specify the first of the two planes the angle is measured.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.