Share

AcDbHostApplicationServices::getDefaultPlotCfgInfo Method

C++

virtual ACDBCORE2D_PORT void getDefaultPlotCfgInfo(
    AcString& devName, 
    AcString& styleName
);

Description

This function is just an AcString version of the pre-existing getDefaultPlotCfgInfo method. It calls the pre-existing method and puts the resulting plotStyleNameString into the styleName AcString argument.

Parameters

Parameters Description
devName Default device name
styleName Default plot style name

Links

AcDbHostApplicationServices

Was this information helpful?