STK ObjectsSend comments on this topic.
AzimuthSteeringLimitA Property (IAgDirectionProviderLink)
See Also
Windows





Windows & Linux

Description

Gets or sets Azimuth Steering Limit A.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AzimuthSteeringLimitA() As Double
[C#]
public double AzimuthSteeringLimitA {get; set;}
[Managed C++]
public: __property double get_AzimuthSteeringLimitA();
public: __property void set_AzimuthSteeringLimitA( double );
[Unmanaged C++]
public: HRESULT get_AzimuthSteeringLimitA(
    double * pVal
);
public: HRESULT put_AzimuthSteeringLimitA(
    double val
);
[Java]
public double getAzimuthSteeringLimitA();
public void setAzimuthSteeringLimitA(
    double
);
[Python - STK API ]
@property
def AzimuthSteeringLimitA(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.