Initializing help system before first use

GetAnnotations Method (XPRMIdentifier, String)

Array containing the annotations of the given identifier in this model

Namespace:   Mosel
Assembly:  xprmdn (in xprmdn.dll) Version: 5.0.2.0
Syntax
C#
public XPRMAnnotations GetAnnotations(
	XPRMIdentifier ident,
	string prefix
)

Parameters

ident
Type:  MoselXPRMIdentifier
identifier to consider
prefix
Type:  SystemString
only annotations which name begins with this prefix will be returned.

Return Value

Type:  XPRMAnnotations
Array of annotations
See Also