DrawingPlaneRemovedEvent#
Class DrawingPlaneRemovedEvent
Hierarchy
- WebVisEvent
- DrawingPlaneRemovedEvent
Index
Constructors
Properties
Constructors
constructor
- new
Drawing Plane Removed Event(drawingPlaneId: number): DrawingPlaneRemovedEvent -
The DrawingPlaneRemovedEvent occurs if a DrawingPlane was removed.
Parameters
-
drawingPlaneId: number
The ID of the DrawingPlane.
Returns DrawingPlaneRemovedEvent
-
Properties
drawing Plane Id
drawing Plane Id: number
id
id: number
Optional
transaction Code
transaction Code?: string
Optional
transactionID
transactionID?: number
Optional
type
type?: EventType
WebVisEvent