IOdaSvgExporterExport Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
void Export(
AcadDatabase database,
string FilePath
)
Sub Export (
database As AcadDatabase,
FilePath As String
)
void Export(
[InAttribute] AcadDatabase^ database,
[InAttribute] String^ FilePath
)
abstract Export :
database : AcadDatabase *
FilePath : string -> unit
Parameters
- database
- Type: BricscadDbAcadDatabase
- FilePath
- Type: SystemString
See Also