Share

layer Method

Overload List

Method Description
AcDbEntity::layer (AcString &) This function returns the name string of the AcDbLayerTableRecord object referenced by the entity.
AcDbEntity::layer () This function returns a copy of the name string in the AcDbLayerTableRecord object referenced by the entity.The calling application is responsible for deallocating the memory used by the returned string. The acutDelString() function is recommended.

Was this information helpful?