DH_Domain

DH_Domain — the structure of a DataHub domain.

Synopsis

class DH_Domain
{
    name;         // the name of the domain, as a string
    auto_created; // 1 if the domain was created implicitly due to
                  // a point reference,
                  // or 0 if the domain was configured in the
                  // General tab
    n_points;     // the number of points in this domain, including
                  // points with values and branches in the
                  // hierarchy tree
    n_assemblies; // Not implemented
    n_attributes; // Not implemented
    n_bridges;    // The number of domain bridges or redundancy pairs
                  // in which this domain is participating
}