Item Property (String)
  Indexer allowing you to access items in the annotations by name. When multiple annotations with the same name exist, this returns the first one found. When no annotation with this name, returns null. 
Namespace: Mosel
Assembly: xprmdn (in xprmdn.dll) Version: 4.8.3.0
 Syntax
Syntax
    C#
   
  public XPRMAnnotation this[ string name ] { get; set; }
Parameters
- name
- 
   Type: 
   SystemString
   
 
Property Value
Type: XPRMAnnotation See Also
See Also
 
