IAcSmSheetSetDoNotPlot Method
|
Namespace: BricscadSm
Assembly: Interop.BricscadSm (in
Interop.BricscadSm.dll) Version: 21.0.0.0
Syntax
void SetDoNotPlot(
bool doNotPlot
)
Sub SetDoNotPlot (
doNotPlot As Boolean
)
void SetDoNotPlot(
[InAttribute] bool doNotPlot
)
abstract SetDoNotPlot :
doNotPlot : bool -> unit
Parameters
- doNotPlot
- Type: SystemBoolean
See Also