ViewerDrawingResult¶
Interface ViewerDrawingResult
interface ViewerDrawingResult {
geometries: ViewerDrawingGeometry[];
thumbnail: string;
version: { major: number; minor: number; patch: number };
}
geometries: ViewerDrawingGeometry[];
thumbnail: string;
version: { major: number; minor: number; patch: number };
}
Index
Properties
Was this page helpful? Please leave a thumbs up or down.
Specifies the result of a viewer drawing operation. The result contains the geometries of the drawing, a thumbnail of the drawing, and the version of data contained within the drawing.
See
ViewerDrawingGeometry