CFx SDK Documentation
2023 SP0
|
#include <AECDbScheduleTableTools.h>
Static Public Member Functions | |
static OdResult | ExportToFile (AECDbScheduleTablePtr pTable, OdStreamBuf *pStream, AECDefs::TableExportFormat eFormat) |
static OdResult | ExportToFile (AECDbScheduleTablePtr pTable, const OdString &strFilename, AECDefs::TableExportFormat eFormat) |
Auxiliary tools for Schedule Table entity.
<group TA_API_Entities>
Definition at line 35 of file AECDbScheduleTableTools.h.
|
static |
Writes Schedule Table contents to file.
pTable | [in] Schedule Table. |
strFilename | [in] Filename. |
eType | [in] File format. |
|
static |
Writes Schedule Table contents to stream.
pTable | [in] Schedule Table. |
pStream | [in/out] Stream to write to. |
eType | [in] File format. |