PaletteSet Constructor (String)
 | 
Initializes a new instance of the 
PaletteSet
class
 
Namespace:  Bricscad.Windows
Assembly:  BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
 
public PaletteSet(
        string hName
)
 
Public Sub New ( 
        hName As String
)
 
public:
PaletteSet(
        String^ hName
)
 
new : 
        hName : string -> PaletteSet
 
 
 
Parameters
- hName
 
- Type: SystemString
 
 
See Also