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
-
Enable GlobalID for the feature:
-
Right-click the feature to select it.
-
Click Manage, then click Add GlobalID.
-
-
Add a new calculation attribute rule:
-
Right-click the feature to select it.
-
Click Data Design, then click Attribute Rules.
-
Click Calculation, then select Add Rule.
-
-
Rule Type: Calculated
-
Subtype
: NetworkID -
Expression:
... if(IsEmpty($feature.NetworkID)) { return GUID(); } else { return $feature.NetworkID; } ...
Relationships