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






Windows & Linux

Description

Controls whether to scale the geometric elements relative to an object scale with the object's model.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_ScaleRelativeToModel();
public: __property void set_ScaleRelativeToModel(
bool
);

[Unmanaged C++]
public: HRESULT get_ScaleRelativeToModel(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_ScaleRelativeToModel(
VARIANT_BOOL NewScaleRelativeToModel
);

[Java]
public bool getScaleRelativeToModel();public void setScaleRelativeToModel(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface