ISetsFactory::GetSetNames

Use this method to get all set names in the current model. 

Compatibility

Cimatron 2024 or later

Syntax

string[] GetSetNames();

def GetSetNames()->string[]

Return Type

Return: string[]

oSetNamesArray—A variant that contains string type one dimensional array of all Set names from the current model

   

Input Type

Input: None  
   

Remarks

None

Example