Skip To Content

Edge Source Properties

Resumen

The properties below are returned by the edgeSources object when using Describe on a utility network.

Propiedades

PropiedadExplicaciónTipo de datos
assetGroups
(Sólo lectura)

The assetGroups object. This object can be used to retrieve properties of the edge source asset groups.

Object
assetTypeFieldName
(Sólo lectura)

The asset type field name for the edge source.

String
objectClassID
(Sólo lectura)

The object class ID for the edge source.

Integer
shapeType
(Sólo lectura)

The shape type of the edge source.

String
sourceID
(Sólo lectura)

The source ID for the edge source.

Integer
sourceName
(Sólo lectura)

The name of the edge source.

String
supportedProperties
(Sólo lectura)

The name of the edge source.

String
usesGeometry
(Sólo lectura)

Whether the edge source uses geometry or not.

Boolean
utilityNetworkFeatureClassUsageType
(Sólo lectura)

The feature class usage type for the edge source.

String

Muestra de código

edgeSource properties example (stand-alone script)

This stand-alone Python script is a report of the edgeSources properties of a utility network.

Missing source code file