GetAnnotations Method (String)
  Array containing the globally defined annotations with the given prefix. 
Namespace: Mosel
Assembly: xprmdn (in xprmdn.dll) Version: 4.8.3.0
    C#
   
  public XPRMAnnotations GetAnnotations( string prefix )
Parameters
- prefix
 - 
   Type: 
   SystemString
   
only annotations which name begins with this prefix will be returned. 
Return Value
Type: XPRMAnnotationsArray of annotations
