Share

AcDbPlotSettings::getCanonicalMediaName

C++

ACDBCORE2D_PORT Acad::ErrorStatus getCanonicalMediaName(
    AcString& mediaName
) const;

Description

Returns the locale-independent name of the currently configured paper. For the localized version of the media name, use AcDbPlotSettingsValidator::getLocaleMediaName().

Parameters

Parameters Description
mediaName Output pointer to locale independent media name

Returns

Returns Acad::eOk on success.

Links

AcDbPlotSettings

Was this information helpful?