Share

AcDbAssocArrayRectangularParameters::axesAngle (AcString&, AcString&) Method

C++

ACDBCORE2D_PORT double axesAngle(
    AcString& expression, 
    AcString& evaluatorId
) const;

Description

Returns the axes angle of the rectangular array. The values should be between (0-360] degrees. If there is no expression for a particular parameter, expression string and the evaluatorId are empty strings.

Parameters

Parameters Description
expression The returned expression.
evaluatorId The returned evaluatorId.

Returns

The axes angle.

Links

AcDbAssocArrayRectangularParameters Class

Was this information helpful?