AreaOfUse Constructor

WRAPPER_API AreaOfUse()

WRAPPER_API AreaOfUse(CoordPoint::ClassType classType)

WRAPPER_API AreaOfUse(const AreaOfUse&source)

 

Description

The AreaOfUse constructor creates a new instance of the AreaOfUse class.  There are three signatures for this constructor.  The first signature is the default constructor that takes no arguments and produces an AreaOfUse with  the AlwaysAccept property set to true, and with the MaxPoint and MinPoint both located at the origin of the CoordSys.  The second signature takes a single argument that gives the kind of points that can be used with the AreaOfUse.  Upon construction, the AlwaysAccept property is set to true, and the MaxPoint and MinPoint are both located at the origin of the CoordSys.  The third signature is a copy-constructor, which produces an AreaOfUse with the same value as the AreaOfUse passed as argument.