tsc_InverseResults

A small class to hold the results of a tsc_Cogo::CalculateDbInverse function call.

Members

tsc_Job Job() const;
The job that contains the entities.

tsc_Point From() const;
The tsc_Point that the inverse starts at.

tsc_Point To() const;
The tsc_Point that the inverse ends at.

x_Code Error() const;
The error code from the calculation operation, X_NULL is success.

tsc_CogoSettings CogoSettings () const;
The coordinate geometry defining the calculation type, determined from the source points.

tsc_Polar Direction() const;
The inverse between the points expressed as a polar coordinate.

double SlopeDistance() const;
The 3-dimensional distance between the points.

double Grade() const;
The grade between from and to.

x_Code AppendToDatabase() const;
Store the Inverse in the job.

Â