You are here: Start » FIL.NET » Point3D Structure

Point3D Structure

Namespace:Fil
Assembly:FilNet.Types.dll

Constructors

 ConstructorDescription
Point3D(Point2D)
Point3D(Single, Single, Single)
Point3D(Int32, Int32, Int32)
Point3D(List<Single>)

Properties

 NameTypeDescription
EmptyFil.Point3D Gets an empty instance of the Point3D.
XSystem.Single
YSystem.Single
ZSystem.Single

Methods

 NameDescription
Equals(object)Inherited from System.Object
Equals(Fil.Point3D)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

See also