AGI STK Objects 11 Send comments on this topic.
Width Property (IAgMtoGfxLine)
See Also 





Description

Select the width of the line between track points.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Width() As AgELineWidth

[C#]
public AgELineWidth Width {get; set;}

[Managed C++]
public: __property AgELineWidth get_Width();
public: __property void set_Width(
AgELineWidth
);

[Unmanaged C++]
public: HRESULT get_Width(
AgELineWidth * pRetVal
);
public: HRESULT put_Width(
AgELineWidth NewWidth
);

[Java]
public AgELineWidth getWidth();public void setWidth(
AgELineWidth
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1