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






Windows & Linux

Description

Select the line width in which desired links line graphics display from the AgELineWidth enumeration.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DesiredLinksLineWidth() As AgELineWidth
[C#]
public AgELineWidth DesiredLinksLineWidth {get; set;}
[Managed C++]
public: __property AgELineWidth get_DesiredLinksLineWidth();
public: __property void set_DesiredLinksLineWidth( AgELineWidth );
[Unmanaged C++]
public: HRESULT get_DesiredLinksLineWidth(
    AgELineWidth * pVal
);
public: HRESULT put_DesiredLinksLineWidth(
    AgELineWidth val
);
[Java]
public AgELineWidth getDesiredLinksLineWidth();
public void setDesiredLinksLineWidth(
    AgELineWidth
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.