STK ObjectsSend comments on this topic.
IsVisibleOnMap Property (IAgFmGfxLegendWindow)
See Also
Windows





Windows & Linux

Description

Opt whether to display the legend on the 2D map.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IsVisibleOnMap() As Boolean
[C#]
public bool IsVisibleOnMap {get; set;}
[Managed C++]
public: __property bool get_IsVisibleOnMap();
public: __property void set_IsVisibleOnMap( bool );
[Unmanaged C++]
public: HRESULT get_IsVisibleOnMap(
    VARIANT_BOOL * pVal
);
public: HRESULT put_IsVisibleOnMap(
    VARIANT_BOOL IsOnMapVisible
);
[Java]
public bool getIsVisibleOnMap();
public void setIsVisibleOnMap(
    bool
);
[Python - STK API ]
@property
def IsVisibleOnMap(self) -> bool:

@IsVisibleOnMap.setter
def IsVisibleOnMap(self, IsOnMapVisible:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.