AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface

◆ GetDitsPath()

virtual DitsPathType drama::Path::GetDitsPath ( bool  nothrow = false)
virtualinherited

Return the underlying DITS path object.

This method returns the underlying DITS path object being used by the drama::Path object. If it is not yet active then an exception will be thrown unless nothrow is set true, in which case a nullptr is returned.

Parameters
nothrowIf set true, return nullptr rather then throw an exception if the path is not yet active.
Returns
The DITS path.