DocumentCollectionAppContextNewDocument
Method
|
Namespace: Bricscad.ApplicationServices
Assembly: BrxMgd (in BrxMgd.dll) Version:
25.1.5.0
Syntax
public void AppContextNewDocument(
string templateFileName
)
Public Sub AppContextNewDocument (
templateFileName As String
)
public:
void AppContextNewDocument(
String^ templateFileName
)
member AppContextNewDocument :
templateFileName : string -> unit
Parameters
- templateFileName String
-
See Also