ISet::Name

Use this property to get the name of an existing set and to change it. 

Compatibility

Cimatron 2024 or later

Syntax

string Name { get; set; }

Name:str

Return Type

Return: string

pVal—Name of the Set

   

Input Type

Input: string

newVal—Name to be set for Set

   

Remarks

None

Example