STK ObjectsSend comments on this topic.
FillPoints Property (IAgCvGfxStatic)
See Also
Windows





Windows & Linux

Description

Specify whether coverage points or regions display as filled polygons in the 2D Graphics window.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FillPoints() As Boolean
[C#]
public bool FillPoints {get; set;}
[Managed C++]
public: __property bool get_FillPoints();
public: __property void set_FillPoints( bool );
[Unmanaged C++]
public: HRESULT get_FillPoints(
    VARIANT_BOOL * pVal
);
public: HRESULT put_FillPoints(
    VARIANT_BOOL FillPoints
);
[Java]
public bool getFillPoints();
public void setFillPoints(
    bool
);
[Python - STK API ]
@property
def FillPoints(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.