*GroupIDVisibility()
Specifies whether or not the IDs in a group are visible.
Syntax
*GroupIDVisibility (state)
Application
HyperView
Inputs
- state
 - 
            
- On
 - Indicates if the Show ID check box (Sets panel) should be turned on.
 - Off
 - Indicates if the Show ID check box (Sets panel) should be turned off.
 
 
Context
*BeginDefaults()
*BeginGraphicDefaults()
Example
*BeginGraphicDefaults()
    *GroupDrawSize(4)
    *GroupDrawStyle(Wire)
    *GroupIDVisibility(On)
*EndGraphicDefaults()