abstractMarkupEntityBase
Hierarchy
- MarkupEntityBase
Implements
Index
Properties
Accessors
Methods
Properties
publicreadonlyid
publicreadonlyproperties
Accessors
abstractisEnabled
Returns
true
if the entity and the sheet it belongs to are both enabled, otherwisefalse
.Returns boolean
Sets if entity is enabled
Parameters
b: boolean
Returns void
Methods
abstractclone
Makes a deep copy of this entity
Returns MarkupEntityBase
abstractisEqual
Compares if this entity is equal to another entity
Parameters
Returns boolean
abstractmarkAsDeleted
Marks the entity as deleted in the MarkupSheet2D.
Returns boolean
true
if object was deleted. Otherwisefalse
.
abstractmarkAsUpdated
Sets the entity as updated in the layer API.
Returns boolean
true
if object did exist, otherwisefalse
abstractonAdded
Called when this entity is added
Parameters
Returns void
abstractonDelete
Called when this entity is deleted
Parameters
Returns void
abstractonUpdate
Called when this entity is updated
Parameters
Returns void
Base class for markup entities and Markup sheets in the Markup API.