New Method |
Creates a new document in SDI mode.
Signature
RetVal = object.New(TemplateFileName)
Object
Document
The object or objects this method applies to.
TemplateFileName
String; input-only
The full path and file name of the template file.
RetVal
Document object
The newly created Document object.
Remarks
You should call the New method from the Document object only when working in SDI mode. When working in MDI mode, use the Add method on the Documents collection to create a new drawing.
Comments? |