Share

Geometry.Polygon Method

Description

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.

Visual Basic

Public abstract Function Polygon(
    points As Point3dCollection
) As bool

C#

public abstract bool Polygon(
    Point3dCollection points
);

Parameters

Parameters Description
Point3dCollection points Input number of vertex points in polyline (minimum of two)

Links

Geometry Class, Autodesk.AutoCAD.GraphicsInterface Namespace

Was this information helpful?