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





Description

Select the line width in which antenna 2D graphics display from 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 * pRetVal
);
public: HRESULT put_LineWidth(
AgELineWidth NewLineWidth
);

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

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1