EdgeSymbols.Add Method
Parent Object:
EdgeSymbols
Description
Method that creates a new edge symbol. The newly created EdgeSymbol object is returned.
Syntax
EdgeSymbols.
Add(
LeaderPoints As
ObjectCollection,
EdgeSymbolDefinition As
EdgeSymbolDefinition ) As
EdgeSymbol
Parameters
LeaderPoints |
ObjectCollection |
Input ObjectCollection object containing a series of Point2d objects representing the leader originating at the edge 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. |
EdgeSymbolDefinition |
EdgeSymbolDefinition |
Input EdgeSymbolDefinition object that defines the edge symbol to create. |
Samples
Version
Introduced in version 2024