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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1