GetAnnotations Method (XPRMIdentifier, String)
  Array containing the annotations of the given identifier in this model 
Namespace: Mosel
Assembly: xprmdn (in xprmdn.dll) Version: 4.8.3.0
    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: XPRMAnnotationsArray of annotations
