AGI Real-Time Tracking Tool 11 Send comments on this topic.
LineWidth Property (IAgRt3QueryGraphics)
See Also 





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 * pRetVal
);
public: HRESULT put_LineWidth(
double NewLineWidth
);

[Java]
public double getLineWidth();public void setLineWidth(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1