DomainUnit - ObjectVision/GeoDMS GitHub Wiki
Unit functions DomainUnit
- domain unit is a unit with as role to define an entity.
- DomainUnit() is a function to get the DomainUnit of an attribute.
This page describes the DomainUnit() function.
- DomainUnit(a)
DomainUnit(a) results in a unit with a reference to the domain unit of attribute a.
unit<uint32> RefADomain := DomainUnit(A);