开发:更新api
This commit is contained in:
2
types/DatabaseServices/CADFiler.d.ts
vendored
2
types/DatabaseServices/CADFiler.d.ts
vendored
@@ -28,7 +28,7 @@ export declare class CADFiler {
|
||||
WriteSoftObjectId(id: ObjectId): this;
|
||||
ReadSoftObjectId(): ObjectId;
|
||||
WriteHardObjectId(id: ObjectId): this;
|
||||
ReadHardObjectId(): ObjectId;
|
||||
ReadHardObjectId(): ObjectId<CADObject>;
|
||||
ToString(): string;
|
||||
FromString(str: string): void;
|
||||
}
|
||||
|
Reference in New Issue
Block a user