tsc_PointMethod

This enum is present in every point object stored in the database, and describes the point in terms of its creation method.

Please note: This enum - like all Scapi enums - is liable to change. No existing element of the enum will be moved or removed, however new ones may be added to the end from time to time.

enum tsc_PointMethod
{
    tspm_Unknown = 0,
    tspm_Coordinates,
    tspm_FourPointInter,
    tspm_FromABaseline,
    tspm_BrngDistPoint,
    tspm_TurnedAngleDistance,
    tspm_BrngDistPtInter,
    tspm_BrngVerticalPlaneInter,
    tspm_BrngDistInter,
    tspm_BrngBrngInter,
    tspm_DistDistInter,
    tspm_GpsStaticObs,
    tspm_GpsFastStaticObs,
    tspm_GpsRTKCtrlPoint,
    tspm_GpsRTKQuickMark,
    tspm_Gps2PtOffset,
    tspm_Gps4PtInter,
    tspm_GpsCheckShot,
    tspm_GpsLoggingInit,
    tspm_GpsStakeOutObs,
    tspm_GpsCalibrationPt,
    tspm_GpsSingleAutoPt,
    tspm_GpsAverageAutoPt,
    tspm_GpsContDistancePt,
    tspm_GpsContTimePt,
    tspm_GpsContDistAndTimePt,
    tspm_GpsContDistOrTimePt,
    tspm_GpsContStopAndGoPt,
    tspm_GpsContOffsetPt1,
    tspm_GpsContOffsetPt2,
    tspm_CogoCalc,
    tspm_CogoAlignmentOffsetCalc,
    tspm_ProjectPointToLine,
    tspm_ProjectPointToArc,
    tspm_AzimuthOnly,
    tspm_AngleOnly,
    tspm_HAngleOnly,
    tspm_DirectReading,
    tspm_AvgMeasurements,
    tspm_AngleOffset,
    tspm_HAngleOffset,
    tspm_VAngleOffset,
    tspm_DistanceOffset,
    tspm_TwoPointOffset,
    tspm_RadialAndTangent,
    tspm_RemoteObject,
    tspm_RemoteObjectBasePoint,
    tspm_MatchedPair,
    tspm_MatchedPairHidden,
    tspm_MeanTurnedAngle,
    tspm_MeanTurnedAngleHidden,
    tspm_Resection,
    tspm_ResectionInProgress,
    tspm_LaserOffset,
    tspm_CopiedPoint,
    tspm_FromBase,
    tspm_TraverseAdjusted,
    tspm_ReflineSetup,
    tspm_GpsTiltedPoint,
    tspm_PointOnPlane,
    tspm_MeasureToSurfacePoint,
    tspm_SurfaceInspectionPoint,
    tspm_GpsMultiTiltPoint
};