AGI STK Objects 11 Send comments on this topic.
TrueScale Property (IAgVORefCrdnVector)
See Also 





Description

If the Scale Relative to Model is selected, the scale of the model is multiplied by the scale of the vector. If the Scale Relative to Model is not selected, you can set the size of the geometric elements independent of the model scale.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TrueScale() As Boolean

[C#]
public bool TrueScale {get; set;}

[Managed C++]
public: __property bool get_TrueScale();
public: __property void set_TrueScale(
bool
);

[Unmanaged C++]
public: HRESULT get_TrueScale(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_TrueScale(
VARIANT_BOOL NewTrueScale
);

[Java]
public bool getTrueScale();public void setTrueScale(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1