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.0.0

C#
public XPRMAnnotation this[ string name ] { get; set; }
Parameters
- name
-
Type:
SystemString
Property Value
Type: XPRMAnnotation