Share

AcDbAssoc2dConstraintGroup::AcDbAssoc2dConstraintGroup Constructor

C++

ACDBCORE2D_PORT AcDbAssoc2dConstraintGroup(
    const AcGePlane& plane = AcGePlane::kXYPlane
);

Description

Default constructor.

Parameters

Parameters Description
plane Input the AcGePlane of the newly created constraint group object. Default value is AcGePlane::kXYPlane.

Links

AcDbAssoc2dConstraintGroup Class

Was this information helpful?