STK ObjectsSend comments on this topic.
Angle Property (IAgVeGfxElevationVehicleHalfAngle)
See Also
Windows





Windows & Linux

Description

Half angle relative to nadir. Range 0-90. Uses Angle Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Angle() As Double
[C#]
public double Angle {get; set;}
[Managed C++]
public: __property double get_Angle();
public: __property void set_Angle( double );
[Unmanaged C++]
public: HRESULT get_Angle(
    double * pVal
);
public: HRESULT put_Angle(
    double Angle
);
[Java]
public double getAngle();
public void setAngle(
    double
);
[Python - STK API ]
@property
def Angle(self) -> float:

@Angle.setter
def Angle(self, Angle:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.