STK ObjectsSend comments on this topic.
ElevationSteeringLimitB Property (IAgDirectionProviderObject)
See Also
Windows





Windows & Linux

Description

Gets or sets Elevation Steering Limit B.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ElevationSteeringLimitB() As Double
[C#]
public double ElevationSteeringLimitB {get; set;}
[Managed C++]
public: __property double get_ElevationSteeringLimitB();
public: __property void set_ElevationSteeringLimitB( double );
[Unmanaged C++]
public: HRESULT get_ElevationSteeringLimitB(
    double * pVal
);
public: HRESULT put_ElevationSteeringLimitB(
    double val
);
[Java]
public double getElevationSteeringLimitB();
public void setElevationSteeringLimitB(
    double
);
[Python - STK API ]
@property
def ElevationSteeringLimitB(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.