Method that creates a new edge symbol. The newly created EdgeSymbol object is returned.
| Name | Type | Description |
| 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. |
| Name | Description |
| EdgeSymbol Creation Sample | This sample is to demonstrate how to create a EdgeSymbol in drawing document. |