XPRMAnnotations Class
Defines a collection of annotations

Namespace: Mosel
Assembly: xprmdn (in xprmdn.dll) Version: 4.8.0.0

C#
public class XPRMAnnotations : IList, ICollection, IEnumerable
The XPRMAnnotations type exposes the following members.

Name | Description | |
---|---|---|
![]() |
Count |
The number of items in the list.
|
![]() |
IsFixedSize |
True if the list is of fixed size (ie items cannot be added by the user). XPRMAnnotations objects are always of fixed size.
|
![]() |
IsReadOnly |
True if the list is read-only (ie items cannot be added or removed by the user). XPRMAnnotations objects are always read-only.
|
![]() |
IsSynchronized |
Gets a value indicating whether access to the ICollection is synchronized (thread-safe).
|
![]() |
ItemInt32 |
Indexer allowing you to access items in the annotations by their 0-based index.
|
![]() |
ItemString |
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.
|
![]() |
SyncRoot |
An object that can be used to synchronize access to the
ICollection.
|

Name | Description | |
---|---|---|
![]() |
Add |
Not supported by XPRMAnnotations objects.
|
![]() |
Clear |
Not supported by XPRMAnnotations objects.
|
![]() |
Contains |
Not supported by XPRMAnnotations objects.
|
![]() |
CopyTo |
Copies the elements of the ICollection to an Array, starting at a particular Array index.
|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize |
Allows an
Object to attempt to free resources and perform other cleanup operations before the
Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() |
GetEnumerator |
Gets an
IEnumerator object that can be used to iterate over the objects in this list.
|
![]() |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() |
GetType |
Gets the
Type of the current instance.
(Inherited from Object.) |
![]() |
IndexOf |
Not supported by XPRMAnnotations objects.
|
![]() |
Insert |
Not supported by XPRMAnnotations objects.
|
![]() |
MemberwiseClone |
Creates a shallow copy of the current
Object.
(Inherited from Object.) |
![]() |
Remove |
Not supported by XPRMAnnotations objects.
|
![]() |
RemoveAt |
Not supported by XPRMObjectsList objects.
|
![]() |
ToString | (Inherited from Object.) |
