Documentation
    Preparing search index...
    type AnnotationMeasurementPending = {
        attributes: MeasurementAttributes;
        id: AnnotationMeasurement.AnnotationMeasurementId;
        points: (Vector3NonReferenced | Vector3Geocentric)[];
        targetOrientation: TargetOrientation<
            Vector3NonReferenced
            | Vector3Geocentric,
        >;
        type: AnnotationMeasurementType;
    }
    Index

    Properties

    points: (Vector3NonReferenced | Vector3Geocentric)[]
    targetOrientation: TargetOrientation<Vector3NonReferenced | Vector3Geocentric>