STK Vector Geometry ToolSend comments on this topic.
Angle Property (IAgCrdnVectorAngleRate)
See Also
Windows





Windows & Linux

Description

Specify an angle. The angle vector will be perpendicular to the plane in which the angle is defined.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.