tsc_Polyline

The class tsc_Polyline represents a polyline, with its constituent parts, as an entity in the Trimble Access job database.

See also:

tsc_JobPolylines

tsc_PolylineList

tsc_PolylineObservation

tsc_PolylineDefinition

tsc_PolylineParts

tsc_IPolylineVisitor

Public Methods:

bool IsDeleted() const;
Returns true if the polyline has been deleted.

tsc_PolylineDefinition Polyline() const;
Retrieves the polyline parameters from the database.

tsc_Polyline();
Constructs an empty polyline object.

tsc_Polyline(const class tsc_Entity& jobObject);
Construction from a generic object. Asserts the object is a polyline.

static bool IsPolylineEntity (const class tsc_Entity& jobObject);
Returns true if the supplied object is a polyline.