AGI STK Esri Display 11 Send comments on this topic.
FillPolygons Property (IAgEsri3dRendererConfig)
See Also 





Description

Render filled polygons.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_FillPolygons();
public: __property void set_FillPolygons(
bool
);

[Unmanaged C++]
public: HRESULT get_FillPolygons(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_FillPolygons(
VARIANT_BOOL NewFillPolygons
);

[Java]
public bool getFillPolygons();public void setFillPolygons(
bool
);

Remarks

Experimental, polygons are filled. This capability will be fully implemented in a future version. The current capability is limited and may not work in some cases. This capability is not exposed in STK.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1