IAcadPlotPlotToFile Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.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
- Type: SystemString
- plotConfig (Optional)
- Type: SystemObject
Return Value
Type:
Boolean
See Also