Share

AcGsDrawableLink Structure

C++

struct AcGsDrawableLink {
  Adesk::IntDbId id;
  AcGiDrawable * pDrawable;
  AcGsNode * pNode;
};

File

gs.h

Members

Members Description
id ObjectId for the drawable.
pDrawable Pointer to the drawable.
pNode Pointer to the AcGsNode for the drawable.

Description

Information associated with a particular AcGiDrawable.

See Also

AcGsDrawablePath

Was this information helpful?