COM Interface: IEdge

Members

Properties

Property Description
EdgeType* Type {get} Retrieves the edge type.
ArcDirection* Direction {get} If the edge is an arc, then the direction is returned.
IPoint** Start {get} Retrieves the start point of the edge. This is undefined for a circle.
IPoint** End {get} Retrieves the end point of the edge. This is undefined for a circle.
IPoint** Centre {get} Retrieves the center point if the edge is a circle or an arc.
IPoint** Radius {get} If the edge is a circle, then the radius is retrieved.