DomainInfo

Base Type: DataObjectType

DomainInfo can be used to identify the domains for a DataObjectType object.

Property

Type

Description

Domain

Domain

Null when inherited is true.

Inherited

bool

True indicates that the domain is inherited from the Domain property.

Remarks

DomainInfo can be used to identify the domains for a DataObjectType object. When a layer has a unique value renderer based on a subtype or for tables with a subtype, the DataObjectType can have type specific domains. In cases where there are type specific domains, the Inherited property will be false and the domain is provided by the Domain property. In all other cases, the inherited property will be true and the domain information will be located in the PropertyInfos of the DataObjectTable.

2/28/2020