Create a new Plane3D 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 Plane3D AddPlane()
Visual Basic
Public Function AddPlane As Plane3D
JScript
public function AddPlane() : Plane3D

Return Value

the Plane3D that was created

See Also