mxcad 1.0.76 → 1.0.78

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/mxcad.d.ts CHANGED
@@ -2187,6 +2187,18 @@ export declare class McDbDatabase extends McRxObject {
2187
2187
  * @param sName 文字样式名称。
2188
2188
  */
2189
2189
  SetCurrentlyTextStyle(sName: string): void;
2190
+ /**
2191
+ * 根据对象的句柄返回对象id.
2192
+ */
2193
+ HandleToIdIndex(sHandle: string): McObjectId;
2194
+ /**
2195
+ * 当前数据库是否被修改
2196
+ */
2197
+ IsModifyed(): boolean;
2198
+ /**
2199
+ * 把当前数据库修改状态重置成未修改状态
2200
+ */
2201
+ ResetModificationStatus(): void;
2190
2202
  }
2191
2203
  export declare class McDbBlockTableRecordIterator extends McRxObject {
2192
2204
  constructor(imp: any);