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





Windows & Linux

Description

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

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.