SweepFeatures.Add Method
Parent Object: SweepFeaturesDescription
Method that creates a new SweepFeature object.
Syntax
SweepFeatures.Add( Definition As SweepDefinition ) As SweepFeatureParameters
Name | Type | Description |
Definition | SweepDefinition | Input SweepDefinition object that defines the input for the sweep feature. An SweepDefinition object can be created using the SweepFeatures.CreateSweepDefinition method. It can also be obtained from an existing SweepFeature object. |