IDLitVisualization::OnDimensionChange

Syntax | Arguments | Keywords | Version History

The IDLitVisualization::OnDimensionChange procedure method notifies objects that use the visualization's data when the dimensionality of the visualization's data changes.

Syntax

Obj->[IDLitVisualization::]OnDimensionChange, Notifier, Is3D

Arguments

Notifier

An object reference to the object that is sending notification when the dimensionality changes.

Is3D

A scalar value that is non-zero if the object is now three-dimensional, or zero otherwise.

Keywords

None

Version History

6.1

Introduced