Share

AcDbAssocNetwork Class

Class Hierarchy

AcRxObject
    AcGiDrawable
        AcDbObject
            AcDbAssocAction
                AcDbAssocNetwork

C++

class AcDbAssocNetwork : public AcDbAssocAction;

File

AcDbAssocNetwork.h

Description

The AcDbAssocNetwork class keeps a network of AcDbAssocActions. Note that it is derived from AcDbAssocAction, therefore it also behaves as an individual AcDbAssocAction. It means a whole network can depend on other objects via its AcDbAssocDependencies or be owned by a higher-level AcDbAssocNetwork, allowing the creation of hierarchical associative structures.

The AcDbAssocDependencies between AcDbAssocActions in the AcDbAssocNetwork define how the actions are tied together, how they depend on objects and on each other. For example, if one action modifies (writes) an object and another action uses (reads) the object, then the second action depends on the first one and the second action needs to be evaluated only after the first action has been evaluated.

Links

AcDbAssocNetwork Methods

Was this information helpful?