Click or drag to resize

NodeCollection Class

List of all Nodes in this document
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.Runtime.InteropServicesStandardOleMarshalObject
      BaseObject
        Easymap.AddInNodeCollection

Namespace: Easymap.AddIn
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public sealed class NodeCollection : BaseObject, 
	IEnumerable<LTComponent>, IEnumerable

The NodeCollection type exposes the following members.

Properties
 NameDescription
Public propertyCount Number of items in the collection
Public propertyDocument Gets the associated Document.
Public propertyItem Gets specified Node
Top
Methods
 NameDescription
Public methodFindByCaption Finds an item by its caption
Public methodFindByName Finds an item by its name
Public methodGetEnumerator Enumerates through the list of nodes.
Top
See Also