AGI STK Objects 11Send comments on this topic.
LineWidth Property (IAgSwath)
See Also
Windows






Windows & Linux

Description

The width of the line defining the boundaries of the swath display in the 2D Graphics window. A member of the AgELineWidth enumeration.

Property type

Read-write property

Syntax

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

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.