SourceObjectPosition QML Type

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:

Object

Properties

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 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.


sourceObjectIdAsInt : int

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

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.


Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.