STK ObjectsSend 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 * pVal
);
public: HRESULT put_IsPointsVisible(
    VARIANT_BOOL IsPointsVisible
);
[Java]
public bool getIsPointsVisible();
public void setIsPointsVisible(
    bool
);
[Python - STK API ]
@property
def IsPointsVisible(self) -> bool:

@IsPointsVisible.setter
def IsPointsVisible(self, IsPointsVisible:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.