CreateProjectedPoint Constructor

WRAPPER_API static ProjectedPoint* CreateProjectedPoint(short dimensions = 3)

 

Description

The CreateProjectedPoint constructor creates a new instance of the ProjectedPoint class.  This constructor accepts one optional parameter, which gives the number of Dimensions for the point.  If this argument is omitted, the point will have three Dimensions.  The resulting ProjectedPoint is located at the origin of the system, and the Units on each of its coordinates is meters.