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