Share

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

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.

Samples

Name Description
EdgeSymbol Creation Sample This sample is to demonstrate how to create a EdgeSymbol in drawing document.

Version

Introduced in version 2024

Was this information helpful?