AGI STK Objects 11 Send comments on this topic.
DesiredLinksLineStyle Property (IAgCommSystemGraphics)
See Also 





Description

Select the line style in which desired links line graphics display from the AgELineStyle enumeration.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DesiredLinksLineStyle() As  AgELineStyle

[C#]
public  AgELineStyle DesiredLinksLineStyle {get; set;}

[Managed C++]
public: __property  AgELineStyle^ get_DesiredLinksLineStyle();
public: __property void set_DesiredLinksLineStyle(
AgELineStyle ^
);

[Unmanaged C++]
public: HRESULT get_DesiredLinksLineStyle(
AgELineStyle ** ppRetVal
);
public: HRESULT put_DesiredLinksLineStyle(
AgELineStyle * pNewDesiredLinksLineStyle
);

[Java]
public  AgELineStyle getDesiredLinksLineStyle();public void setDesiredLinksLineStyle(
AgELineStyle
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1