Initializing help system before first use

FindTypeCode Method

Find a code of a type

Namespace:   Mosel
Assembly:  xprmdn (in xprmdn.dll) Version: 4.8.0.0
Syntax
C#
public XPRMVarType FindTypeCode(
	string typenme
)

Parameters

typenme
Type:  SystemString
type name

Return Value

Type:  XPRMVarType
The type code associated to the given name
See Also