AGI STK Objects 11 Send comments on this topic.
ShowDesiredLinks Property (IAgCommSystemVO)
See Also 





Description

Enable the desired links line graphics

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ShowDesiredLinks() As Boolean

[C#]
public bool ShowDesiredLinks {get; set;}

[Managed C++]
public: __property bool get_ShowDesiredLinks();
public: __property void set_ShowDesiredLinks(
bool
);

[Unmanaged C++]
public: HRESULT get_ShowDesiredLinks(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_ShowDesiredLinks(
VARIANT_BOOL NewShowDesiredLinks
);

[Java]
public bool getShowDesiredLinks();public void setShowDesiredLinks(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1