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