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






Windows & Linux

Description

Opt whether to display a contour legend.

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 * pRetVal
);
public: HRESULT put_IsVisibleOnMap(
   VARIANT_BOOL NewIsVisibleOnMap
);
[Java]
public bool getIsVisibleOnMap();
public void setIsVisibleOnMap(
   bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.