Gets a value indicating whether the annotation is building.
var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationViewJS();
var value; // Type: boolean
value = instance.get_IsBuilding();
function get_IsBuilding() : boolean;
Return Value
True - annotation is building; False - annotation is NOT building.