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






Windows & Linux

Description

Opt whether coverage points display as filled polygons on the 2D map.

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
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.