Share

Geometry.PolyPolyline Method

Description

This .NET method wraps the ObjectARX method AcGiGeometry::polyPolyline().

Visual Basic

Public abstract Function PolyPolyline(
    polylineCollection As PolylineCollection
) As bool

C#

public abstract bool PolyPolyline(
    PolylineCollection polylineCollection
);

Parameters

Parameters Description
PolylineCollection polylineCollection Input a PolylineCollection object

Returns

This method draws a list of polylines.

A return value of true indicates that the operation has been successful.

Links

Geometry Class, Autodesk.AutoCAD.GraphicsInterface Namespace

Was this information helpful?