关于GetObject()
请问tr.GetObject(db.BlockTableId, OpenMode.ForWrite, false);tr.GetObject(db.BlockTableId, OpenMode.ForWrite);一个有布尔值,一个没有两者有什么区别
说明文档的解释
public virtual DBObject GetObject(
ObjectId id,
Autodesk.AutoCAD.DatabaseServices.OpenMode mode,
bool openErased
);
bool openErased
Input Boolean indicating whether to obtain erased objects
If the openErased Boolean is true, then even an erased object can be obtained. If openErased is false, then trying to obtain an erased entity results in an error return value.
非常感谢,您的说明 学习了 Sage. 发表于 2013-3-23 18:44 static/image/common/back.gif
说明文档的解释
public virtual DBObject GetObject(
ObjectId id,
您的说明文档在哪里?可以发我我看看吗? Sage. 发表于 2013-3-23 18:44 static/image/common/back.gif
说明文档的解释
public virtual DBObject GetObject(
ObjectId id,
请问这个文档解析哪里有?
页:
[1]