AreaOfUse Constructor

public AreaOfUse()

public AreaOfUse(AreaOfUse source)

 

Description

The AreaOfUse constructor creates a new instance of the AreaOfUse class.  There are two 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 is a copy-constructor, which produces an AreaOfUse with the same value as the AreaOfUse passed as an argument.