Initializing help system before first use

GetAnnotations Method (String)

Array containing the globally defined annotations with the given prefix.

Namespace:   Mosel
Assembly:  xprmdn (in xprmdn.dll) Version: 4.8.0.0
Syntax
C#
public XPRMAnnotations GetAnnotations(
	string prefix
)

Parameters

prefix
Type:  SystemString
only annotations which name begins with this prefix will be returned.

Return Value

Type:  XPRMAnnotations
Array of annotations
See Also