STK ObjectsSend comments on this topic.
ShowDesiredLinks Property (IAgCommSystemVO)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_ShowDesiredLinks(
    VARIANT_BOOL val
);
[Java]
public bool getShowDesiredLinks();
public void setShowDesiredLinks(
    bool
);
[Python - STK API ]
@property
def ShowDesiredLinks(self) -> bool:

@ShowDesiredLinks.setter
def ShowDesiredLinks(self, val:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.