public Coordinate3D operator explicit( MapPoint point )
Public Operator Narrowing CType( _ ByVal point As MapPoint _ ) As Coordinate3D
Parameters
- point
- MapPoint instance whose X, Y and Z values will be used as the X, Y and Z values of the Coordinate3D respectively.
Return Value
A Coordinate3D.