Click or drag to resize

PointL3D Class

3D point of long integer values. A .NET equivalent of MediaCy.IQL.ObjectManager.LONGPOINT3D.
Inheritance Hierarchy
SystemObject
  MediaCy.Utilities.SystemExPointL3D

Namespace:  MediaCy.Utilities.SystemEx
Assembly:  MediaCy.Utilities.SystemEx (in MediaCy.Utilities.SystemEx.dll) Version: 3.1.0.0
Syntax
VB
<SerializableAttribute>
Public Class PointL3D

The PointL3D type exposes the following members.

Constructors
  NameDescription
Public methodPointL3D
Initializes a new instance of the PointL3D class
Public methodPointL3D(LONGPOINT3D)
Initializes a new instance of the PointL3D class
Public methodPointL3D(PointL3D)
Initializes a new instance of the PointL3D class
Public methodPointL3D(Int64, Int64, Int64)
Initializes a new instance of the PointL3D class
Top
Properties
  NameDescription
Public propertyX
Public propertyY
Public propertyZ
Top
Operators
See Also