STK X Send comments on this topic.
LineWidth Property (IAgDrawElemLine)
See Also 





Description

Specifies the width of the line.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LineWidth() As Single

[C#]
public float LineWidth {get; set;}

[Managed C++]
public: __property float get_LineWidth();
public: __property void set_LineWidth(
float
);

[Unmanaged C++]
public: HRESULT get_LineWidth(
float * pRetVal
);
public: HRESULT put_LineWidth(
float NewLineWidth
);

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

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1