 | SpacialCreatePoint Method |
Creates the
Point object.
Namespace: Woodwork.AutomationAssembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 2.1.25
SyntaxPoint CreatePoint(
double x,
double y,
double z
)
Function CreatePoint (
x As Double,
y As Double,
z As Double
) As Point
Parameters
- x Double
- The point X coordinate value.
- y Double
- The point Y coordinate value.
- z Double
- The point Z coordinate value.
Return Value
Point
See Also