AcDbEvalVariant::AcDbEvalVariant

AcDbEvalVariant();
ACDBCORE2D_PORT AcDbEvalVariant(
    AcDbEvalVariant&& other
);
AcDbEvalVariant(
    const resbuf& rb
);
Description

Default constructor. 

Allocates the resbuf and initializes the variant type to AcDbEvalVariant::kNone

 

Links