AGI STK Graphics 11Send comments on this topic.
DisplayMagnitude Property (IAgStkGraphicsVectorPrimitive)
See Also 
Windows






Windows & Linux

Description

Gets or Sets whether the vector's magnitude is displayed. Formatter controls unit conversions.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DisplayMagnitude() As Boolean
[C#]
public bool DisplayMagnitude {get; set;}
[Managed C++]
public: __property bool get_DisplayMagnitude();
public: __property void set_DisplayMagnitude(
   bool
);
[Unmanaged C++]
public: HRESULT get_DisplayMagnitude(
   VARIANT_BOOL * pRetVal
);
public: HRESULT put_DisplayMagnitude(
   VARIANT_BOOL NewDisplayMagnitude
);
[Java]
public bool getDisplayMagnitude();public void setDisplayMagnitude(
   bool
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.