AnyCAD Rapid API 2025
Help you to create a better world!
载入中...
搜索中...
未找到
DrawingDocumentTemplate类 参考
类 DrawingDocumentTemplate 继承关系图:
DocumentTemplate

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)
 

详细描述

二维图纸文档模板

成员函数说明

◆ Initialize()

void DrawingDocumentTemplate.Initialize ( Document pDocument,
String viewName )

初始化文档。在文档创建的时候调用。

参数
pDocument文档对象
viewName默认视图名称

重载 DocumentTemplate .