ISet::Show

Use this property to get and set the visibility of sets. 

Compatibility

Cimatron 2024 or later

Syntax

int Show { get; set; }

Show:int

Return Type

Output: int

pVal—Visibility of sets
  • TRUE (=1)—Selected sets are displayed
  • FALSE (=0)—Selected sets are hidden
   

Input Type

Input: int

newVal—Visibility of sets
  • TRUE (=1)—Selected sets are displayed
  • FALSE (=0)—Selected sets are hidden
   

Remarks

None

Example