Share

Geometry.Edge Method

Description

Define the boundary of the fill.

Visual Basic

Public abstract Function Edge(
    e As Curve2dCollection
) As bool

C#

public abstract bool Edge(
    Curve2dCollection e
);

Parameters

Parameters Description
Curve2dCollection e The collection of Curve2d objects that represent the edge loop which bounds a fill

Returns

A return value of False (that is, 0) indicates that the primitive has been successfully stored in the graphics database. A return value of True indicates that the operation has been terminated and the application wants to get control back as soon as possible.

Links

Geometry Class, Autodesk.AutoCAD.GraphicsInterface Namespace

Was this information helpful?