Share

AcBrEdge::AcBrEdge

C++

AcBrEdge(
    const AcBrEdge& src
);

Description

Copy constructor. Instantiates an object initialized to the same contents as the src object.

Parameters

Parameters Description
src Another AcBrEdge object

Links

AcBrEdge

Was this information helpful?