Description
Gets or Sets whether vector's 'true scale' length (based on how the primitive was created) should be used.
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