CimCatalogTemplate::LoadCatalog

Use this method to load the catalog file to get data such as row numbers and row data.

Compatibility

Cimatron 2026 or later

Syntax

void LoadCatalog(string aFullPath)

LoadCatalog(string aFullPath)

Return Type

Return: void

 

 

 

Input Type

Input: string

aFullPath—Catalog file path

 

 

Remarks

None

Example