Interface AnnotationsUnhandledSymbolObject

Models an extracted symbol region in an engineering diagram

interface AnnotationsUnhandledSymbolObject {
    description?: string;
    pageNumber?: number;
    symbol: string;
    symbolRegion: AnnotationsBoundingBox;
}

Properties

description?: string

The description of a primitive

pageNumber?: number

The number of the page on which this annotation is located. The first page has number 1.

1

100000

symbol: string

The symbol found in the file

The location of the symbol