DLSDisplaySettings Constructor

WRAPPER_API DLSDisplaySettings();

WRAPPER_API DLSDisplaySettings(const DLSDisplaySettings &source);

 

Description

The DLSDisplaySettings constructor creates a new instance of the DLSDisplaySettings class.  There are two signatures for this constructor.  The first is the default constructor, which takes no arguments and produces an DLSDisplaySettings class. The default settings use the version 4.1 grid files on NAD83, with the standard survey order and default offsets of 66 feet.  The ground units used for measurement default to meters.  The second signature is the copy constructor, which takes a single DLSDisplaySettings as argument and produces an DLSDisplaySettings whose value matches the argument.