PlotConfigManagerSetCurrentConfig Method
|
Namespace: Bricscad.PlottingServices
Assembly: BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
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
- Type: SystemString
Return Value
Type:
PlotConfig
See Also