DrawingWeldingSymbols.Add Method
Parent Object: DrawingWeldingSymbolsDescription
Method that creates a drawing welding symbol.
Syntax
DrawingWeldingSymbols.Add( LeaderPoints As ObjectCollection, Definitions As DrawingWeldingSymbolDefinitions, [WeldSymbolStyle] As Variant ) As DrawingWeldingSymbolParameters
Name | Type | Description |
LeaderPoints | ObjectCollection | Input ObjectCollection containing a series of Point2d objects representing the leader originating at the symbol. The last item in the collection (even if it is the only item) can be a GeometryIntent object indicating a geometry to attach the leader to. A GeometryIntent object can be created using the Sheet.CreateGeometryIntent method. The ObjectCollection must contain at least one item, else the method will fail. |
Definitions | DrawingWeldingSymbolDefinitions | Input DrawingWeldingSymbolDefinitions object that defines the input for the DrawingWeldingSymbol. A DrawingWeldingSymbolDefinitions object can be created using the DrawingWeldingSymbols.CreateDefinitions method. It can also be obtained from an existing DrawingWeldingSymbol object. |
WeldSymbolStyle | Variant | Optional input WeldSymbolStyle object to specify the weld symbol style for the object. 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. |