Select the style of the line between track points.
Read-write property
[Visual Basic .NET] |
---|
Public Property Style() As AgELineStyle |
[C#] |
---|
public AgELineStyle Style {get; set;} |
[Managed C++] |
---|
public: __property AgELineStyle get_Style(); |
[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: |