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






Windows & Linux

Description

Select the style of the line between track points.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Style() As  AgELineStyle
[C#]
public  AgELineStyle Style {get; set;}
[Managed C++]
public: __property  AgELineStyle^ get_Style();
public: __property void set_Style(
    AgELineStyle ^
);
[Unmanaged C++]
public: HRESULT get_Style(
    AgELineStyle ** ppRetVal
);
public: HRESULT put_Style(
    AgELineStyle * pNewStyle
);
[Java]
public  AgELineStyle getStyle();public void setStyle(
    AgELineStyle
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.