API Reference > OdExport Classes > PdfExportServiceInterface Class > PdfExportServiceInterface Methods > PdfExportServiceInterface::createPrcExportContext Method
PdfExportServiceInterface::createPrcExportContext Method
Syntax
C++
virtual OdRxObjectPtr createPrcExportContext(OdDbBaseDatabase * pDb) = 0;
Parameters 
Description 
OdDbBaseDatabase * pDb 
[in] A raw pointer for the resident drawing database for the created context object.  

A smart pointer to the newly created export context object.

Creates a new instance of the PRC export context.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.