Click or drag to resize

NodeCollection Class

List of all Nodes in this document
Inheritance Hierarchy

Namespace:  Easymap.AddIn
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.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