AnyCAD Rapid API 2024
Help you to create a better world!
|
Public 成员函数 | |
void | Initialize (Document pDocument, String viewName) |
void | InitilizeElement (Document pDocument, Element pElement) |
Public 成员函数 继承自 DocumentTemplate | |
DocumentTemplate (String docType) | |
String | GetTitle () |
void | SetTitle (String val) |
String | GetDescription () |
void | SetDescription (String val) |
String | GetDocType () |
String | GetFileFilter () |
void | SetFileFilter (String val) |
String | GetFileExts () |
void | SetFileExts (String val) |
long | GetVersion () |
void | SetVersion (long val) |
void | OnElementCreated (Document pDocument, Element pElement) |
void | OnDocumentUpgrading (Document pDocument) |
二维图纸文档模板
void DrawingDocumentTemplate.Initialize | ( | Document | pDocument, |
String | viewName ) |
初始化对象。在对象加入文档的时候调用。
pDocument | 文档 |
pElement | 对象 |
重载 DocumentTemplate .