Click or drag to resize

NavTargets Properties

The NavTargets type exposes the following members.

Properties
  NameDescription
Public propertyCount
The number of elements actually contained in the ArrayList.
(Inherited from EAPCollectionBase.)
Public propertyID
The nav_nm value for the item
Public propertyIsFixedSize
true if the ArrayList has a fixed size; otherwise, false. The default is false.
(Inherited from EAPCollectionBase.)
Public propertyIsReadOnly
Returns true if the collection is read-only. (Default is false)
(Inherited from EAPCollectionBase.)
Public propertyIsSynchronized
true if access to the internal ArrayList is synchronized (thread-safe); otherwise, false. The default is false.
(Inherited from EAPCollectionBase.)
Public propertyItemInt32
The collection's indexer.
Public propertyItemString
The collection's indexer.
Public propertyName
Gets/sets the name of parent Navigator for better devlogging and debugging.
Public propertySyncRoot
An object that can be used to synchronize access to the ArrayList.
(Inherited from EAPCollectionBase.)
Public propertyUndefinedPages
Gets the comma-separated list of undefined pages specified for this collection.
Top
See Also