C++
virtual Adesk::Boolean polyPolyline( Adesk::UInt32 nbPolylines, const AcGiPolyline* pPolylines ) const = 0;
Description
This method draws an array of independent polylines.
Parameters
Parameters | Description |
---|---|
nbPolylines | Input the number of AcGiPolylines. |
pPolylines | Input an array of AcGiPolylines (must be nbPolylines polylines in the array). |
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.