C++
virtual Adesk::Boolean polyline( const AcGiPolyline& polylineObj ) const = 0;
Description
This method draws a polyline.
Parameters
Parameters | Description |
---|---|
polylineObj | Input an AcGiPolyline object. |
Returns
A return value of Adesk::kFalse (that is, 0) indicates that the primitive has been successfully stored in the graphics database. A return value of Adesk::kTrue indicates that the operation has been terminated and the application wants to get control back as soon as possible.