v6.0
Updates the saved model file (.emdl) with the current state of
the reference model and its delta. The file that will be
overwritten is associated with the current resolution.
Note: This method is a more low-level version of the CommitToReference
command.
Model.CommitToReference( String in_vName, Boolean in_bIncludeNestedRefs ); |
Model.CommitToReference( [Name], [IncludeNestedRefs] ); |
Parameter | Type | Description |
---|---|---|
Name | String | Filename corresponding to the current resolution.
Default Value: "" |
IncludeNestedRefs | Boolean | True to include nested referenced models.
Default Value: false |