Share

acdbEndDrawStreamBuilding

C++

ACDBCORE2D_PORT void acdbEndDrawStreamBuilding(
    AcGiDrawStream* pStream
);

File

acgidrawstream.h

Description

Ends the relationship between the AcGiDrawStream object and the entity object it is associated with.

The acdbBeginDrawStreamBuilding function is used to create a relationship between a AcGiDrawStream object with an entity object.

Parameters

Parameters Description
pStream Input AcGiDrawStream object

Was this information helpful?