get_Initialized Method

WRAPPER_API bool get_Initialized() const

 

Description

The get_Initialized method returns a boolean that represents whether the transformation has been fully set up or not. It will be true for any ConcatenatedTransform returned by the TransformPicker or the EstablishTransform method, or a transform that has it's SetPassThrough property set to true. The boolean can also be set when creating a ConcatenatedTransform manually, once it is complete, including all desired transformations.