tsc_SurveyStyleList

A class to provide access to the survey style currently available to the user.

The files returned are from the appropriate directory - $(SharedDir) - and have been validated as containing Style data. Any string in the list can be used as a constructor argument with the tsc_SurveyStyle class.

It is possible to request styles that support a particular technology.

Static methods

static tsc_StringList Get (tsc_StyleTechnology technology);
Return a list of the names of the styles in the Shared Directory filtered by a technology type.

Enumerations

tsc_StyleTechnology
{
    tsst_None = 0,            // Invalid styles report this.
    tsst_Any,                 // Used for matching all styles.
    tsst_IntegratedSurveying,
    tsst_Gnss,
    tsst_TotalStation
};