CimCatalogTemplate::CreateDocument

Use this method to create a new Cimatron document of given row index. 

Compatibility

Cimatron 2026 or later

Syntax

void GetRowData(int iRowNumber, string aFullPath)

GetRowData(int iItemIndex, string aFullPath)

Return Type

Return: void

 

 

 

Input Type

Input: int

iItemIndex—Row Index

Input: string

aFullPath—Filepath to where new row document is created. Example- FULL_PATH.elt

Remarks

See also CimCatalogTemplate::GetRowIndexByRowNumber.

Example