Provides methods for displaying the coordinates of three-dimensional point in the properties window.

The following tables list the members exposed by the Point3D type.

Name Description
Public constructor Point3D (Overloaded) Initializes a new instance of the Point3D class.
Top
Name Description
Public property X Gets or sets the X coordinate of this Point3D object.
Public property Y Gets or sets the Y coordinate of this Point3D object.
Public property Z Gets or sets the Z coordinate of this Point3D object.
Top
Name Description
Public method Equals (Overloaded) (inherited from Object).
Public method GetHashCode (inherited from Object).
Public method GetType (inherited from Object).
Public method OnValueChange Raises the ChangeValue event.
Public method Static ReferenceEquals (inherited from Object).
Public method ToString (inherited from Object).
Top
Name Description
Public event ChangeValue Occurs when a coordinate of a three-dimensional point in the properties window is changed.
Top
Name Description
Public field locked
Top