Description
Show graphics: highlight each point on the 2D map that meets the specified Satisfaction criterion (if Satisfaction is enabled) or the default Satisfaction criterion (if Satisfaction is disabled).
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property IsVisible() As Boolean
|
| [C#] |
|---|
public bool IsVisible {get; set;}
|
| [Managed C++] |
|---|
public: __property bool get_IsVisible(); public: __property void set_IsVisible( bool );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_IsVisible( VARIANT_BOOL * pRetVal ); public: HRESULT put_IsVisible( VARIANT_BOOL NewIsVisible );
|
| [Java] |
|---|
public bool getIsVisible();public void setIsVisible( bool );
|
See Also