- 积分
- 10513
- 明经币
- 个
- 注册时间
- 2002-6-3
- 在线时间
- 小时
- 威望
-
- 金钱
- 个
- 贡献
-
- 激情
-
|
发表于 2003-11-5 20:22:00
|
显示全部楼层
RetVal = object.Import(FileName, InsertionPoint, ScaleFactor)
Object
Document
The object or objects this method applies to.
FileName
String; input-only
The name of the file to be imported.
InsertionPoint
Variant (three-element array of doubles); input-only
The 3D WCS coordinates location in the current drawing where the imported file is placed.
ScaleFactor
Double; input-only
The scale used to place the imported file.
RetVal
Object
In the case of importing a WMF file, a BlockReference object is returned. In all other cases, the return value is NULL.
最后一个的返回值介绍:
返回
导入WMF文件,返回块引用对象。其它情况,返回NULL值。 |
|