IWorldPoint IGraphics.CreateWorldPoint(Double x, Double y, Double z)

Create a point from world coordinates.

Parameters

  • x
    Type: Double
    The x coordinate.
  • y
    Type: Double
    The y coordinate.
  • z
    Type: Double
    The z coordinate.

Return Value

Returns the world point.