IWorldPoint
IGraphics
.CreateWorldPoint(
Double
x,
Double
y,
Double
z)
Create a point from world coordinates.
Remarks
Examples
Parameters
x
Type:
Double
The x coordinate.
y
Type:
Double
The y coordinate.
z
Type:
Double
The z coordinate.
Return Value
Type:
IWorldPoint
Returns the world point.