GetPlotTypeInfo
int GetPlotTypeInfo( int nPlotID, DWORD & dwAuxTypeInfo, DWORD & dwAuxPlotInfo, string & strColPattern )
Plot Type.
EX1
void Project_GetPlotTypeInfo_ex1() { DWORD dwAuxTypeInfo; DWORD dwAuxPlotInfo; string strColPattern; int nPlotID = IDM_PLOT_LINE; int nRet = Project.GetPlotTypeInfo(nPlotID,dwAuxTypeInfo,dwAuxPlotInfo,strColPattern); if(nRet) printf("Get Plot TypeInfo success!"); }
Project::GetPlotDesignations
origin.h