UtilityElementTraceResult Class
A trace result set comprised of a collection of UtilityElement objects. More...
Header: | #include <UtilityElementTraceResult> |
Since: | Esri::ArcGISRuntime 100.6 |
Inherits: | UtilityTraceResult |
Public Functions
~UtilityElementTraceResult() | |
QList<UtilityElement *> | elements(QObject *parent = nullptr) const |
- 2 public functions inherited from Esri::ArcGISRuntime::UtilityTraceResult
- 31 public functions inherited from QObject
Additional Inherited Members
- 1 property inherited from QObject
- 1 public slot inherited from QObject
- 1 signal inherited from Esri::ArcGISRuntime::Object
- 2 signals inherited from QObject
- 1 public variable inherited from QObject
- 10 static public members inherited from QObject
- 9 protected functions inherited from QObject
- 2 protected variables inherited from QObject
Detailed Description
A trace result set comprised of a collection of UtilityElement objects.
Member Function Documentation
UtilityElementTraceResult::~UtilityElementTraceResult()
Destructor.
QList<UtilityElement *> UtilityElementTraceResult::elements(QObject *parent = nullptr) const
Returns the list of UtilityElement objects that comprise the trace results.
An optional parent may be provided to set the ownership of the UtilityElement objects.
See also Returned QObjects Parenting.