SourceObjectPosition QML Type
Position of the source object (a network element) in the source network dataset. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.0 |
Inherits: |
- List of all members, including inherited members
- SourceObjectPosition is part of QML Type List.
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
position : double |
The position.
sourceIndex : int |
The source index.
sourceObjectId : string |
The source Object ID.
Note: The underlying 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 API property.
See also sourceObjectIdAsInt.
[since Esri.ArcGISRuntime 100.3] sourceObjectIdAsInt : int |
The same as sourceObjectId but represented as an integer type (read-only).
Note: The underlying 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 API property.
This property was introduced in Esri.ArcGISRuntime 100.3.
Signal Documentation
positionChanged() |
Emitted when the position property of this SourceObjectPosition changes.
Note: The corresponding handler is onPositionChanged
.
sourceIndexChanged() |
Emitted when the sourceIndex property of this SourceObjectPosition changes.
Note: The corresponding handler is onSourceIndexChanged
.
sourceObjectIdAsIntChanged() |
Emitted when the sourceObjectIdAsInt property of this SourceObjectPosition changes.
Note: The corresponding handler is onSourceObjectIdAsIntChanged
.
sourceObjectIdChanged() |
Emitted when the sourceObjectId property of this SourceObjectPosition changes.
Note: The corresponding handler is onSourceObjectIdChanged
.