Base Type:
DataObjectType
A class that can be used to identify the domains for a DataObjectType
object.
Property |
Type |
Description |
Domain |
Domain |
Null when inherited is true. |
Inherited |
bool |
False indicates that domain is provided by the Domain property |
Remarks
This object 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 DataObjectTypecan 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.