Share

AcConstraintGroupNode Class

Class Hierarchy

AcHeapOperators
AcRxObject
    AcGraphNode
        AcConstraintGroupNode
            AcConstrainedGeometry
            AcGeomConstraint
            AcHelpParameter

C++

class AcConstraintGroupNode : public AcGraphNode;

File

AcConstraintGroupNode.h

Description

This class represents a node owned by a AcDbAssoc2dConstraintGroup. Usually a node is connected with a number of other nodes and the connection between any two nodes is not directed.

An AcConstraintGroupNode object should always be created and deleted through higher level APIs and the memory pointed to by it is held internally and should never be released by the client directly.

Links

AcConstraintGroupNode Methods

Was this information helpful?