Initializing help system before first use

FindIdentifier Method

Find an identifier of the model.

Namespace:   Mosel
Assembly:  xprmdn (in xprmdn.dll) Version: 5.0.2.0
Syntax
C#
public XPRMIdentifier FindIdentifier(
	string name
)

Parameters

name
Type:  SystemString
name of identifier to find

Return Value

Type:  XPRMIdentifier
The identifier object associated to the given string
See Also