Create a new Polygon3D and add it to the content area

Namespace: Ico.Gwx
Assembly: Gwx3DControl (in Gwx3DControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public Polygon3D AddPolygon()
Visual Basic
Public Function AddPolygon As Polygon3D
JScript
public function AddPolygon() : Polygon3D

Return Value

the Polygon3D that was created

See Also