PlotConfigManagerSetCurrentConfig Method
 | 
Namespace: Bricscad.PlottingServices
Assembly: BrxMgd (in BrxMgd.dll) Version:
24.0.1.0
Syntax
 
public static PlotConfig SetCurrentConfig(
        string deviceNm
)
 
Public Shared Function SetCurrentConfig ( 
        deviceNm As String
) As PlotConfig
 
public:
static PlotConfig^ SetCurrentConfig(
        String^ deviceNm
)
 
static member SetCurrentConfig : 
        deviceNm : string -> PlotConfig 
 
 
 
Parameters
- deviceNm  String
 
-  
 
Return Value
PlotConfig
 
See Also