ISetsFactory::HideOther

Use this method to hide the all the sets except the sets provided in array. 

Compatibility

Cimatron 2024 or later

Syntax

void HideOther(string[] iSetsName);

def HideOther(string[] iSetsName)->None

Return Type

   
   

Input Type

Input: string[]

iSetsName—Variant that contains string type one dimensional array of set name which are to be kept unhidden

   

Remarks

Example