DrawingPlaneChangedEvent#
Class DrawingPlaneChangedEvent
Hierarchy
- WebVisEvent
- DrawingPlaneChangedEvent
Index
Constructors
Properties
Constructors
constructor
- new
Drawing Plane Changed Event(drawingPlaneId: number, properties: DrawingPlaneProperties): DrawingPlaneChangedEvent -
The DrawingPlaneChangedEvent occurs if a DrawingPlane was changed.
Parameters
-
drawingPlaneId: number
The ID of the DrawingPlane.
-
properties: DrawingPlaneProperties
An object with the changed properties.
Returns DrawingPlaneChangedEvent
-
Properties
drawing Plane Id
drawing Plane Id: number
id
id: number
properties
properties: DrawingPlaneProperties
Optional
transaction Code
transaction Code?: string
Optional
transactionID
transactionID?: number
Optional
type
type?: EventType
WebVisEvent