Share

AcDbEvalVariant::AcDbEvalVariant

C++

AcDbEvalVariant(
    const ACHAR* szVal
);

Description

Constructs an AcDbEvalVariant wrapping a string value.

The variant type is set to AcDbEvalVariant::kString.

Parameters

Parameters Description
szVal Input value to assign to the object

Links

AcDbEvalVariant

Was this information helpful?