IAcadDocumentImport Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
Object Import(
string FileName,
Object InsertionPoint,
double ScaleFactor
)
Function Import (
FileName As String,
InsertionPoint As Object,
ScaleFactor As Double
) As Object
Object^ Import(
[InAttribute] String^ FileName,
[InAttribute] Object^ InsertionPoint,
[InAttribute] double ScaleFactor
)
abstract Import :
FileName : string *
InsertionPoint : Object *
ScaleFactor : float -> Object
Parameters
- FileName
- Type: SystemString
- InsertionPoint
- Type: SystemObject
- ScaleFactor
- Type: SystemDouble
Return Value
Type:
Object
See Also