IAcadPlotConfigurationCopyFrom Method
|
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 21.0.0.0
Syntax
void CopyFrom(
AcadPlotConfiguration pPlotConfig
)
Sub CopyFrom (
pPlotConfig As AcadPlotConfiguration
)
void CopyFrom(
[InAttribute] AcadPlotConfiguration^ pPlotConfig
)
abstract CopyFrom :
pPlotConfig : AcadPlotConfiguration -> unit
Parameters
- pPlotConfig
- Type: BricscadDbAcadPlotConfiguration
See Also