Copy (Model)


Description

Creates a copy of a Model object. As a side-effect, the new Model object is added to the MSBN object's Models collection.

Syntax

aModel.Copy(Name)

 

Parameter Description
aModel a Model object.
Name Optional. A string specifying a name for the new model. If no string or the empty string is given, a new name is generated.

Return Value

A new Model object that is identical to the original Model object.

Example

See: Loading Models, etc.: an Overview

Also See

The Reset Event

Applies To

Model