A feature's association role specifies how the feature can associate with other features, such as containment or attachment.
UtilityAssociationRole can be one of:
Constant | Description |
---|---|
Enums.UtilityAssociationRoleNone | (0) These are features that are neither a container nor a structure but can connect to or be contained by other structures. |
Enums.UtilityAssociationRoleContainer | (1) Features of this asset type can contain other features as contents. |
Enums.UtilityAssociationRoleStructure | (2) Features of this asset type can have other features attached to them. |