Gets or sets whether the vector's magnitude is displayed.
Read-write property
[Visual Basic .NET] |
---|
Public Property DisplayMagnitude() As Boolean |
[C#] |
---|
public bool DisplayMagnitude {get; set;} |
[Managed C++] |
---|
public: __property bool get_DisplayMagnitude(); |
[Unmanaged C++] |
---|
public: HRESULT get_DisplayMagnitude( VARIANT_BOOL * pRetVal ); public: HRESULT put_DisplayMagnitude( VARIANT_BOOL DisplayMagnitude ); |
[Java] |
---|
public bool getDisplayMagnitude(); public void setDisplayMagnitude( bool ); |