Specify whether each grid point is shown in the 2D Graphics window as coverage computations are completed.
Read-write property
[Visual Basic .NET] |
---|
Public Property IsPointsVisible() As Boolean |
[C#] |
---|
public bool IsPointsVisible {get; set;} |
[Managed C++] |
---|
public: __property bool get_IsPointsVisible(); |
[Unmanaged C++] |
---|
public: HRESULT get_IsPointsVisible( VARIANT_BOOL * pVal ); public: HRESULT put_IsPointsVisible( VARIANT_BOOL IsPointsVisible ); |
[Java] |
---|
public bool getIsPointsVisible(); public void setIsPointsVisible( bool ); |