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