AcGiDrawStream::AcGiDrawStream (AcGiDrawable*) Constructor

C++

ACDBCORE2D_PORT AcGiDrawStream(
    const AcGiDrawable* pOwner
);

Description

Constructs an empty AcGiDrawStream from owner drawable

Parameters

Parameters Description
pOwner The owner drawable that is the draw stream will construct from.

Returns

An empty AcGiDrawStream.

Links

AcGiDrawStream Class