STK ObjectsSend comments on this topic.
Style Property (IAgVeGfxLine)
See Also
Windows





Windows & Linux

Description

Line style to use in displaying vehicle tracks.

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 * pVal
);
public: HRESULT put_Style(
    AgELineStyle LineStyle
);
[Java]
public AgELineStyle getStyle();
public void setStyle(
    AgELineStyle
);
[Python - STK API ]
@property
def Style(self) -> "AgELineStyle":

@Style.setter
def Style(self, LineStyle:"AgELineStyle") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.