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 };
}
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