AnyCAD Rapid API 2025
Help you to create a better world!
|
Public 成员函数 | |
void | Initialize (Document pDocument, String viewName) |
Public 成员函数 继承自 DocumentTemplate | |
DocumentTemplate (String docType) | |
String | GetTitle () |
void | SetTitle (String val) |
String | GetDescription () |
void | SetDescription (String val) |
String | GetDocType () |
void | SetDocType (String val) |
String | GetFileFilter () |
void | SetFileFilter (String val) |
String | GetFileExts () |
void | SetFileExts (String val) |
long | GetVersion () |
void | SetVersion (long val) |
String | GetDefaultViewName () |
void | SetDefaultViewName (String val) |
void | OnElementCreated (Document pDocument, Element pElement) |
void | OnDocumentUpgrading (Document pDocument) |
void | OnSettingsChanged (Document pDocument, ObjectId settingId, long pid) |
ObjectId | OnOpenDefaultView (Document pDocument) |
二维图纸文档模板
void DrawingDocumentTemplate.Initialize | ( | Document | pDocument, |
String | viewName ) |