WithObjectsData: Boolean;
The WithObjectsData property determines whether to copy a modeling container with variable data.
WithObjectsData is taken into account if IMsModelSpaceCopier.WithObjects is set to True.
Available values:
True. The default value. Copy the container with data of modeling variables.
False. Copy the container with modeling variables, but without their data.
The property use is given in the example for IMsModelSpaceCopier.Copy.
See also: