CFx SDK Documentation  2023 SP0
Static Public Member Functions | List of all members
AECDbScheduleTableTools Class Reference

#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)
 

Detailed Description

Auxiliary tools for Schedule Table entity.

<group TA_API_Entities>

Definition at line 35 of file AECDbScheduleTableTools.h.

Member Function Documentation

◆ ExportToFile() [1/2]

static OdResult AECDbScheduleTableTools::ExportToFile ( AECDbScheduleTablePtr  pTable,
const OdString strFilename,
AECDefs::TableExportFormat  eFormat 
)
static

Writes Schedule Table contents to file.

Parameters
pTable[in] Schedule Table.
strFilename[in] Filename.
eType[in] File format.
Remarks
Currently export to Excel formats is not supported.

◆ ExportToFile() [2/2]

static OdResult AECDbScheduleTableTools::ExportToFile ( AECDbScheduleTablePtr  pTable,
OdStreamBuf pStream,
AECDefs::TableExportFormat  eFormat 
)
static

Writes Schedule Table contents to stream.

Parameters
pTable[in] Schedule Table.
pStream[in/out] Stream to write to.
eType[in] File format.
Remarks
Currently export to Excel formats is not supported.

The documentation for this class was generated from the following file: