IDLitVisualization::Aggregate

Syntax | Arguments | Keywords | Version History

The IDLitVisualization::Aggregate procedure method adds the given object(s) to this visualization's property aggregate. The properties of all aggregated objects are exposed as properties of this visualization (via ::GetProperty and ::SetProperty).

See Property Aggregation (iTool Developer's Guide) for additional details.

Syntax

Obj->[IDLitVisualization::]Aggregate, Objects

Arguments

Objects

An object reference (or array of object references), each of which refers to an atomic graphic object, an IDLgrModel, or another IDLitVisualization object to be aggregated within this visualization container.

Keywords

None.

Version History

6.0

Introduced