STK Real-Time Tracking ToolSend comments on this topic.
LineWidth Property (IAgRt3QueryGraphics)
See Also
Windows





Windows & Linux

Description

The entity line width.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LineWidth() As Double
[C#]
public double LineWidth {get; set;}
[Managed C++]
public: __property double get_LineWidth();
public: __property void set_LineWidth( double );
[Unmanaged C++]
public: HRESULT get_LineWidth(
    double * pWidth
);
public: HRESULT put_LineWidth(
    double Width
);
[Java]
public double getLineWidth();
public void setLineWidth(
    double
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.