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






Windows & Linux

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

© 2019 Analytical Graphics, Inc. All Rights Reserved.