Initializes a new
DPoint with the specified coordinates.
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Sub New( _ ByVal x As Double, _ ByVal y As Double, _ ByVal z As Double _ ) |
Parameters
-
x
-
Type: double
The X-coordinate of the DPoint object.
-
y
-
Type: double
The Y-coordinate of the DPoint object.
-
z
-
Type: double
The Z-coordinate of the DPoint object.
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also