The style of the line defining the boundaries of the swath display in the 2D Graphics window. A member of the AgELineStyle enumeration.
Read-write property
[Visual Basic .NET] |
---|
Public Property LineStyle() As AgELineStyle |
[C#] |
---|
public AgELineStyle LineStyle {get; set;} |
[Managed C++] |
---|
public: __property AgELineStyle get_LineStyle(); |
[Unmanaged C++] |
---|
public: HRESULT get_LineStyle( AgELineStyle * pVal ); public: HRESULT put_LineStyle( AgELineStyle inVal ); |
[Java] |
---|
public AgELineStyle getLineStyle(); public void setLineStyle( AgELineStyle ); |