AcGiDrawStream::AcGiDrawStream(AcGiDrawable*) Constructor   

C++
AcGiDrawStream(
    const AcGiDrawable* pOwner
);
Parameters
Parameters 
Description 
pOwner 
The owner drawable that is the draw stream will construct from. 
Returns

An empty AcGiDrawStream.

Description

Constructs an empty AcGiDrawStream from owner drawable

Links