Share

toAcDbTextStyle

Functions

Function Description
toAcDbTextStyle 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.
toAcDbTextStyle This function will attempt to find and open an AcDbTextStyleTableRecord with the name contained in AcDbStyleName. If no such record is found, then a new AcDbTextStyleTableRecord will be created and added to the drawing currently in the AutoCAD editor. Once a valid AcDbTextStyleTableRecord is in hand, the style information from the AcGiTextStylestyle will be copied into it.Returns Acad::eOk if successful. Other return values are those that would be returned by a failure to open or create the AcDbTextStyleTableRecord.
toAcDbTextStyle This function will attempt to find and open an AcDbTextStyleTableRecord with the name contained in AcDbStyleName. If no such record is found, then a new AcDbTextStyleTableRecord will be created and added to the drawing currently in the AutoCAD editor. Once a valid AcDbTextStyleTableRecord is in hand, then the style information from the AcGiTextStylestyle will be copied into it.The AcDbStyleId argument is set to the objectId of the AcDbTextStyleTableRecord object that is used.Returns Acad::eOk if successful. Other return values are those that would be returned by a failure to open or create the AcDbTextStyleTableRecord.
toAcDbTextStyle The function copies the style information in style into an AcDbTextStyleTableRecord.The styleName of the AcGiTextStylestyle will be used as the name of the AcDbTextStyleTableRecord to write to. If the AcGiTextStyle's styleName == NULL, then a random name will be generated and used for the AcDbTextStyle and the AcGiTextStyle's styleName will be set to the random name as well.If an AcDbTextStyleTableRecord already exists with the name to be used, then it will be opened and the style information will be copied into it.If no AcDbTextStyleTableRecord exists with the name to be used, then... more
toAcDbTextStyle This function copies the style information in style into an AcDbTextStyleTableRecord and sets AcDbStyleId to the objectId of the AcDbTextStyleTableRecord object to which the information was copied.The styleName of the AcGiTextStyle "style" will be used as the name of the AcDbTextStyleTableRecord to write to. If the AcGiTextStyle's styleName== NULL, then a random name will be generated and used for the AcDbTextStyle and the AcGiTextStyle's styleName will be set to the random name as well.If an AcDbTextStyleTableRecord already exists with the name to be used, then it will be opened and the style information will... more

Was this information helpful?