AGI STK Objects 11 Send comments on this topic.
ScaleToAttitudeSphere Property (IAgVeVOSize)
See Also 
Windows






Windows & Linux

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 * pRetVal
);
public: HRESULT put_ScaleToAttitudeSphere(
VARIANT_BOOL NewScaleToAttitudeSphere
);

[Java]
public bool getScaleToAttitudeSphere();public void setScaleToAttitudeSphere(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface