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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.