TransientIdSequence Class

Generates unique Id64String values in sequence, which are guaranteed not to conflict with Ids associated with persistent elements or models. This is useful for associating stable, non-persistent identifiers with things like Decorators. A TransientIdSequence can generate a maximum of (2^40)-2 unique Ids.

Properties

Name Type Description
next Accessor ReadOnly Id64String Generate and return the next transient Id64String in the sequence.  

Defined in

Last Updated: 08 January, 2020