MoveFeatures.Add Method
Parent Object: MoveFeaturesDescription
Creates a new move feature.
Syntax
MoveFeatures.Add( MoveDefinition As MoveDefinition ) As MoveFeatureParameters
Name | Type | Description |
MoveDefinition | MoveDefinition | Input MoveDefinition object that defines the input for the move feature. |
Samples
Name | Description |
Move Feature Creation | Demonstrates the creation of a Move feature. |