Accusoft.NotateXpressSdk Namespace : ElementCollection Class |
'Declaration <DefaultMemberAttribute("Item")> Public Class ElementCollection Inherits System.Collections.CollectionBase
'Usage Dim instance As ElementCollection
[DefaultMember("Item")] public class ElementCollection : System.Collections.CollectionBase
[DefaultMember("Item")] public __gc class ElementCollection : public System.Collections.CollectionBase
[DefaultMember("Item")] public ref class ElementCollection : public System.Collections.CollectionBase
Note: Before an element is added to an element collection it must be using a valid layer that was added to the LayerCollection.
Some methods rely on the element being part of the element collection. If they are called, an ObjectNotConnectedException is raised.
System.Object
System.Collections.CollectionBase
Accusoft.NotateXpressSdk.ElementCollection