AGI Real-Time Tracking Tool 11 Send comments on this topic.
LineStyle Property (IAgRt3QueryGraphics)
See Also 





Description

The entity line style.

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 * pRetVal
);
public: HRESULT put_LineStyle(
BSTR NewLineStyle
);

[Java]
public String getLineStyle();public void setLineStyle(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1