Opt whether to scale the size of the vector to the attitude sphere.
Read-write property
[Visual Basic .NET] |
---|
Public Property ScaleToAttitudeSphere() As Boolean |
[C#] |
---|
public bool ScaleToAttitudeSphere {get; set;} |
[Managed C++] |
---|
public: __property bool get_ScaleToAttitudeSphere(); |
[Unmanaged C++] |
---|
public: HRESULT get_ScaleToAttitudeSphere( VARIANT_BOOL * pVal ); public: HRESULT put_ScaleToAttitudeSphere( VARIANT_BOOL ScaleToAttitudeSphere ); |
[Java] |
---|
public bool getScaleToAttitudeSphere(); public void setScaleToAttitudeSphere( bool ); |