Position of the source object (a network element) in the source network dataset. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.0 |
Inherits: |
Properties
- position : double
- sourceIndex : int
- sourceObjectId : string
- sourceObjectIdAsInt : int
Signals
Detailed Description
You can use this to specify where something is at on a network, as opposed to using the geometry of a Stop or a PointBarrier.
See also Network Analysis Objects.
Property Documentation
The source Object ID.
Note: The underlying Runtime property is represented as a 64-bit integer type. See Accessing 64-bit integer properties from QML.
Note: sourceObjectId and sourceObjectIdAsInt can be used interchangeably. Both reference the same underlying Runtime property.
See also sourceObjectIdAsInt.
The same as sourceObjectId but represented as an integer type (read-only).
Note: The underlying Runtime property is represented as a 64-bit integer type. See Accessing 64-bit integer properties from QML.
Note: sourceObjectIdAsInt and sourceObjectId can be used interchangeably. Both reference the same underlying Runtime property.
This property was introduced in Esri.ArcGISRuntime 100.3.
Signal Documentation
Emitted when the position property of this SourceObjectPosition changes.
Note: The corresponding handler is onPositionChanged
.
Emitted when the sourceIndex property of this SourceObjectPosition changes.
Note: The corresponding handler is onSourceIndexChanged
.
Emitted when the sourceObjectIdAsInt property of this SourceObjectPosition changes.
Note: The corresponding handler is onSourceObjectIdAsIntChanged
.
Emitted when the sourceObjectId property of this SourceObjectPosition changes.
Note: The corresponding handler is onSourceObjectIdChanged
.