STK ObjectsSend comments on this topic.
LineStyle Property (IAgStkAccessGraphics)
See Also
Windows





Windows & Linux

Description

Line style of lines between objects during access periods in the 2D and 3D Graphics windows.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LineStyle() As String
[C#]
public string LineStyle {get; set;}
[Managed C++]
public: __property String __gc ^ get_LineStyle();
public: __property void set_LineStyle( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_LineStyle(
    BSTR * pVal
);
public: HRESULT put_LineStyle(
    BSTR inVal
);
[Java]
public String getLineStyle();
public void setLineStyle(
    String
);
[Python - STK API ]
@property
def LineStyle(self) -> str:

@LineStyle.setter
def LineStyle(self, inVal:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.