VerticalCoordSys Constructor

WRAPPER_API VerticalCoordSys ()

WRAPPER_API VerticalCoordSys (const VerticalCoordSys &source)

 

Description

The VerticalCoordSys constructor creates a new instance of the VerticalCoordSys class.  There are two signatures for this constructor.

The default constructor takes no arguments and creates a new instance of the VerticalCoordSys class.  Once constructed, the VerticalDatum property must be set.  

The copy-constructor creates a VerticalCoordSys with the same value as the VerticalCoordSys passed as argument.