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

Public 成员函数

 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 Initialize (Document pDocument, String viewName)
 
void InitilizeElement (Document pDocument, Element pElement)
 
void OnElementCreated (Document pDocument, Element pElement)
 
void OnDocumentUpgrading (Document pDocument)
 

详细描述

<>
文档模板,用来定义文档的初始内容
FileFilter: "AnyCAD Files (.acad)"
FileExts: "*.acad"

成员函数说明

◆ Initialize()

void DocumentTemplate.Initialize ( Document pDocument,
String viewName )

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

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

DrawingDocumentTemplate 重载.

◆ InitilizeElement()

void DocumentTemplate.InitilizeElement ( Document pDocument,
Element pElement )

初始化对象。在对象加入文档的时候调用。

参数
pDocument文档
pElement对象
弃用
该方法将在后续版本中移除,请使用OnElementCreated

DrawingDocumentTemplate 重载.

◆ OnDocumentUpgrading()

void DocumentTemplate.OnDocumentUpgrading ( Document pDocument)

文档版本更新

参数
pDocument文档

◆ OnElementCreated()

void DocumentTemplate.OnElementCreated ( Document pDocument,
Element pElement )

确定创建对象调用,统一处理

参数
pDocument文档
pElement对象