Copy (State)


Description

Creates a copy of a State object. As a side-effect, the new State object is added to the end of the States collection.

Syntax

aState.Copy(name)

 

Parameter Description
aState a State object.
Name Optional. A string specifying a name for the new state. If no string or the empty string is given, a new name is generated.

Return Value

A new State object.

Applies To

State