Share

toAcDbTextStyle

C++

Acad::ErrorStatus toAcDbTextStyle(
    const AcDbObjectId AcDbStyleId, 
    AcGiTextStyle&
);

File

acgiutil.h

Description

This function copies the style information in style into the AcDbTextStyleTableRecord specified by the objectIdAcDbStyleId.

Returns Acad::eOk if successful. Other error values would be the result of an unsuccessful opening of the AcDbTextStyleTableRecord.

Parameters

Parameters Description
AcDbStyleId Input object ID of the AcDbTextStyleTableRecord to which the information will be copied
unnamed Input AcGiTextStyle object from which to copy

Was this information helpful?