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






Windows & Linux

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

© 2019 Analytical Graphics, Inc. All Rights Reserved.