TmplItemNewTmplItem Method (String) |
[This is preliminary documentation and is subject to change.]
Construct new TmplItem by type name
Namespace: CSC.SC.TOPICA4.TemplateAssembly: CSC.SC.TOPICA4.Template (in CSC.SC.TOPICA4.Template.dll) Version: 4.30.6239.27196
Syntaxpublic static TmplItem NewTmplItem(
string typename
)
Parameters
- typename
- Type: SystemString
Type name (class name)
Return Value
Type:
TmplItemTmplItem of specified class
See Also