Click or drag to resize
TmplItemNewTmplItem Method (String)

[This is preliminary documentation and is subject to change.]

Construct new TmplItem by type name

Namespace: CSC.SC.TOPICA4.Template
Assembly: CSC.SC.TOPICA4.Template (in CSC.SC.TOPICA4.Template.dll) Version: 4.30.6239.27196
Syntax
C#
public static TmplItem NewTmplItem(
	string typename
)

Parameters

typename
Type: SystemString
Type name (class name)

Return Value

Type: TmplItem
TmplItem of specified class
See Also