This document is archived and information here might be outdated. Recommended version. |
Provides access to traversal result elements.
Name | Description | |
---|---|---|
ElementID | The result element ID. | |
ElementType | The result element type. | |
FromPosition | The starting position of the result element on the result source. | |
SourceID | The result element source ID. | |
SourceOID | The result element source OID. | |
ToPosition | The ending position of the result element on the result source. |
Classes | Description |
---|---|
NATraversalResultElement | An individual element in a traversal result. |
The INATraversalResultElement is the main interface on the NATraversalResultElement object. It provides the properties ElementID, ElementType, SourceID, SourceOID, FromPosition, and ToPosition to retrieve the corresponding information stored in the feature.
You can use the properties on this interface to retrieve the information from the row, or you can simply query the value from the row yourself after first determining the field name from the INATraversalResultQuery interface. This is what the various properties mean: