Get the weight on wheels options.
Read-only property
[Visual Basic .NET] |
---|
Public Property ModeAsWeightOnWheels() As IAgAvtrRefStateWeightOnWheelsOptions |
[C#] |
---|
public IAgAvtrRefStateWeightOnWheelsOptions ModeAsWeightOnWheels {get;} |
[Managed C++] |
---|
public: __property IAgAvtrRefStateWeightOnWheelsOptions ^ get_ModeAsWeightOnWheels(); |
[Unmanaged C++] |
---|
public: HRESULT get_ModeAsWeightOnWheels( IAgAvtrRefStateWeightOnWheelsOptions ** ppVal ); |
[Java] |
---|
public IAgAvtrRefStateWeightOnWheelsOptions getModeAsWeightOnWheels(); |
[Python - STK API ] |
---|
@property def ModeAsWeightOnWheels(self) -> "IAgAvtrRefStateWeightOnWheelsOptions": |