GetAnnotations Method (String, String)
Array containing the annotations of the given identifier in this model
Namespace: Mosel
Assembly: xprmdn (in xprmdn.dll) Version: 5.0.2.0

C#
public XPRMAnnotations GetAnnotations( string ident, string prefix )
Parameters
- ident
-
Type:
SystemString
identifier to consider - prefix
-
Type:
SystemString
only annotations which name begins with this prefix will be returned.
Return Value
Type: XPRMAnnotationsArray of annotations
