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