Controls whether to scale the geometric elements relative to an object scale with the object's model.
Read-write property
[Visual Basic .NET] |
---|
Public Property ScaleRelativeToModel() As Boolean |
[C#] |
---|
public bool ScaleRelativeToModel {get; set;} |
[Managed C++] |
---|
public: __property bool get_ScaleRelativeToModel(); |
[Unmanaged C++] |
---|
public: HRESULT get_ScaleRelativeToModel( VARIANT_BOOL * pVal ); public: HRESULT put_ScaleRelativeToModel( VARIANT_BOOL pVal ); |
[Java] |
---|
public bool getScaleRelativeToModel(); public void setScaleRelativeToModel( bool ); |