Gets or sets the Center for this object.

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

Syntax

C#
public Point3D Center { get; set; }
Visual Basic
Public Property Center As Point3D
	Get
	Set
JScript
function get Center () : Point3D
function set Center (value : Point3D)

See Also