mxcad 1.0.104 → 1.0.105

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
@@ -3127,6 +3127,10 @@ export declare class McObject {
3127
3127
  * 更新显示
3128
3128
  */
3129
3129
  updateDisplay(isImmediate?: boolean): void;
3130
+ /**
3131
+ * 更新图层的显示
3132
+ */
3133
+ updateLayerDisplayStatus(): void;
3130
3134
  }
3131
3135
  /**
3132
3136
  * McAppType 类,提供了 MxCAD 的一些基本操作。