AGI STK Objects 11 Send comments on this topic.
LineStyle Property (IAgAntennaContourLevel)
See Also 





Description

Select the line style, displayed for the contour level, from the AgELineStyle enumeration.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LineStyle() As  AgELineStyle

[C#]
public  AgELineStyle LineStyle {get; set;}

[Managed C++]
public: __property  AgELineStyle^ get_LineStyle();
public: __property void set_LineStyle(
AgELineStyle ^
);

[Unmanaged C++]
public: HRESULT get_LineStyle(
AgELineStyle ** ppRetVal
);
public: HRESULT put_LineStyle(
AgELineStyle * pNewLineStyle
);

[Java]
public  AgELineStyle getLineStyle();public void setLineStyle(
AgELineStyle
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1