tsc_PolylineDefinition

A tsc_PolylineDefinition defines a polyline as it is stored in a Trimble Access job database. It contains the parameters required to store a polyline in the database as an observation.

tsc_CogoEnvironment GetEnvironment ();
Obtains the cogo settings used to calculate the polyline at creation or when loaded from the database.

double  GetStartStation ();
Retrieves the stationing value of the start point.

double  GetStationIncrement ();
Retrieves the stationing increment along the polyline.

tsc_PolylineParts&  GetParts ();
Obtains a copy of the polygon's component parts. Being a reference, the returned value's lifetime is that of the tsc_PolylineDefinition instance.