Share

AcDbAssocNetworkIterator::AcDbAssocNetworkIterator Constructor

C++

ACDBCORE2D_PORT explicit AcDbAssocNetworkIterator(
    const AcDbAssocNetwork* pNetwork
);

Description

Creates an iterator allowing you to sequentially access all AcDbAssocActions of the given AcDbAssocNetwork. The iterator is initially positioned before the first action in the network. During the iteration no actions may be added/removed to/from the network.

Links

AcDbAssocNetworkIterator Class

Was this information helpful?