DrawingWeldingSymbolDefinitions.Add Method
Parent Object: DrawingWeldingSymbolDefinitionsDescription
Method that creates a new DrawingWeldingSymbolDefinition. The newly created DrawingWeldingSymbolDefinition object is returned.
Syntax
DrawingWeldingSymbolDefinitions.Add( [TargetIndex] As Variant ) As DrawingWeldingSymbolDefinitionParameters
Name | Type | Description |
TargetIndex | Variant | Optional input Long value indicating the target index to position this new DrawingWeldingSymbolDefinition. The newly created DrawingWeldingSymbolDefinition will be placed just before the target index, if not provided the newly created DrawingWeldingSymbolDefinition will be placed as the first one. This is an optional argument whose default value is null. |
Samples
Name | Description |
Drawing Welding Symbol Creation | This sample is to demonstrate how to create a drawing welding symbol. |