Share

AcGeEntity2d::=

C++

GE_DLLEXPIMPORT AcGeEntity2d& operator =(
    const AcGeEntity2d& entity
);

Description

Assigns the input entity to this entity. Input entity must be of same type as this entity.

Parameters

Parameters Description
entity Input 2D entity

Links

AcGeEntity2d

Was this information helpful?