Skip To Content

Junction Source Properties

Summary

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

Properties

PropertyExplanationData Type
assetGroups
(Read Only)

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

Object
assetTypeFieldName
(Read Only)

The asset type field name for the junction source.

String
objectClassID
(Read Only)

The object class ID for the junction source.

Integer
shapeType
(Read Only)

The shape type of the junction source.

String
sourceID
(Read Only)

The source ID for the junction source.

Integer
sourceName
(Read Only)

The name of the junction source.

String
supportedProperties
(Read Only)

The supported properties of the junction source.

String
usesGeometry
(Read Only)

Whether the junction source uses geometry or not.

Boolean
utilityNetworkFeatureClassUsageType
(Read Only)

The feature class usage type for the junction source.

String

Code sample

Junction source properties example (stand-alone script)

This stand-alone Python script is a report of the junctionSources properties.

Missing source code file