StructureLine (UndergroundSpanData)

DHFC object name: UndergroundSpanData

GIS design table name: StructureLine

GIS built table name: StructureLine

GIS table type: FeatureClass

Geometry type: Path


Fields

Name

Alias

Type

Domain

Length

Precision

Nullable

Field Role

Data Transfer

ContainsDuct

Contains Duct

SmallInteger

EsriYesNoEnum

FALSE

Required

BiDirectional

EsriId

OBJECTID

ObjectId

FALSE

Required

BiDirectional

Geometry

SHAPE

Geometry

FALSE

Required

BiDirectional

IsInMdu

Is In Mdu

SmallInteger

EsriYesNoEnum

FALSE

Required

BiDirectional

Length

Length

Double

38

8

FALSE

Required

BiDirectional

NetworkId

NetworkId

Guid

FALSE

Required

BiDirectional

Workflow_Status

Workflow Status

String

WorkflowState

FALSE

Required

BiDirectional

CreationUser

Creation User

String

50

TRUE

Optional

BiDirectional

DateCreated

Date Created

Date

TRUE

Optional

BiDirectional

DateModified

Date Modified

Date

TRUE

Optional

BiDirectional

LastUser

Last User

String

50

TRUE

Optional

BiDirectional

Market

Market

String

255

TRUE

Optional

ToGisOnly

NumberOfDucts

Number of Ducts

Integer

TRUE

Optional

ToGisOnly


Attribute Rules

  1. Enable GlobalID for the feature:

    1. Right-click the feature to select it.

    2. Click Manage, then click Add GlobalID.

  2. Add a new calculation attribute rule:

    1. Right-click the feature to select it.

    2. Click Data Design, then click Attribute Rules.

    3. Click Calculation, then select Add Rule.

  • Rule Type: Calculated

  • Subtype

    : NetworkID
  • Expression:

    ...
    if(IsEmpty($feature.NetworkID)) {
        return GUID();
    }
    else {
        return $feature.NetworkID;
    }
    ...

Relationships

QR Code is a registered trademark of DENSO WAVE INCORPORATED in Japan and other countries.

Was this helpful?