RibFeatures.Add Method
Parent Object: RibFeaturesDescription
Method that creates a new Rib feature. The newly created RibFeature object is returned.
Syntax
RibFeatures.Add( Definition As RibDefinition ) As RibFeatureParameters
Name | Type | Description |
Definition | RibDefinition | Input RibDefinition object that defines the rib feature you want to create. A RibDefinition object can be created using the RibFeatures.CreateDefinition method. It can also be obtained from an existing RibFeature object. |