IAcadPlotPlotToFile Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 24.0.0.0
Syntax
bool PlotToFile(
string plotFile,
[OptionalAttribute] Object plotConfig
)
Function PlotToFile (
plotFile As String,
<OptionalAttribute> plotConfig As Object
) As Boolean
bool PlotToFile(
[InAttribute] String^ plotFile,
[OptionalAttribute] [InAttribute] Object^ plotConfig
)
abstract PlotToFile :
plotFile : string *
[<OptionalAttribute>] plotConfig : Object -> bool
Parameters
- plotFile String
-
- plotConfig Object (Optional)
-
Return Value
Boolean
See Also