Share

AcGiGeometry::rowOfDots Method

C++

virtual Adesk::Boolean rowOfDots(
    int count, 
    const AcGePoint3d& start, 
    const AcGeVector3d& step
) const = 0;

Description

This method draws a row of dots.

Parameters

Parameters Description
count Input the number of dots.
start Input start point for the row of dots .
step Input the step among the row of dots.

Returns

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.

Links

AcGiGeometry

Was this information helpful?