Share

MoveDefinition.Copy Method

Parent Object: MoveDefinition

Description

Method that returns a copy of the MoveDefinition object. The copy is independent of any feature and making edits to it will not change any feature. A common workflow if you need to makes several edits to a feature is to copy the definition, makes the changes and then assign the definition back to the feature so that all of the edits are made as part of a single update.

Syntax

MoveDefinition.Copy() As MoveDefinition

Version

Introduced in version 2013

Was this information helpful?