STK ObjectsSend comments on this topic.
AccessLineStyle Property (IAgScGraphics)
See Also
Windows





Windows & Linux

Description

Line style of lines between objects participating in an access.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AccessLineStyle() As String
[C#]
public string AccessLineStyle {get; set;}
[Managed C++]
public: __property String __gc ^ get_AccessLineStyle();
public: __property void set_AccessLineStyle( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_AccessLineStyle(
    BSTR * pVal
);
public: HRESULT put_AccessLineStyle(
    BSTR pVal
);
[Java]
public String getAccessLineStyle();
public void setAccessLineStyle(
    String
);
[Python - STK API ]
@property
def AccessLineStyle(self) -> str:

@AccessLineStyle.setter
def AccessLineStyle(self, pVal:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.