Share

MoveFaceFeatures.Add Method

Parent Object: MoveFaceFeatures

Description

Method that creates a new Move Face feature. The newly created MoveFaceFeature object is returned.

Syntax

MoveFaceFeatures.Add( Definition As MoveFaceDefinition ) As MoveFaceFeature

Parameters

Name Type Description
Definition MoveFaceDefinition MoveFaceDefinition object that defines the move face feature you want to create. A MoveFaceDefinition object can be created using the MoveFaceFeatures.CreateDefinition method. It can also be obtained from an existing MoveFaceFeature object.

Version

Introduced in version 2011

Was this information helpful?