Creates a new move feature.
"moveFeatures_var" is a variable referencing a MoveFeatures object.
|
"moveFeatures_var" is a variable referencing a MoveFeatures object.
|
Type | Description |
MoveFeature | Returns the newly created MoveFeature object or null if the creation failed. Returns nothing in the case where the feature is non-parametric. |
Name | Type | Description |
input | MoveFeatureInput | A MoveFeatureInput object that defines the desired move feature. Use the createInput2 method to create a new MoveFeatureInput object and then use methods on the MoveFeatureInput object to define the move feature. |
Name | Description |
moveFeatures.add | Demonstrates the moveFeatures.add method. |
Move Feature API Sample | Demonstrates creating a new move feature. |