AGI STK Objects 11 Send comments on this topic.
IsPointsVisible Property (IAgCvGfxStatic)
See Also 





Description

Specify whether each grid point is shown in the 2D Graphics window as coverage computations are completed.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IsPointsVisible() As Boolean

[C#]
public bool IsPointsVisible {get; set;}

[Managed C++]
public: __property bool get_IsPointsVisible();
public: __property void set_IsPointsVisible(
bool
);

[Unmanaged C++]
public: HRESULT get_IsPointsVisible(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_IsPointsVisible(
VARIANT_BOOL NewIsPointsVisible
);

[Java]
public bool getIsPointsVisible();public void setIsPointsVisible(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1