Share

AcString::AcString

C++

AcString(
    wchar_t ch, 
    Adesk::UInt32 nRepeatTimes
);

Description

Constructor which repeats a character n times.

Parameters

Parameters Description
ch Character value
nRepeatTimes Number of times to repeat the character

Links

AcString

Was this information helpful?