You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Carousel - DesignCreation Property
Determines whether the design instance is created when added or when required
Member of Carousel (PRIM_CARO)
Data Type - Enumeration

Details


DesignCreation determines the time at which design instances are realized.
This allows the processing to be deferred until the parts are required.
This feature is provide for completeness and is unlikely to be required for most development purposes.

Allowed Values

Enum Value

Description

Immediate

Items are realized when the design instance is created

OnViewing

Items are realized on a needs basis, typically when entering the viewport. This avoids the unnecessary overhead when creating larger volumes of items

See also

All Component Classes
Technical Reference

  • No labels