You cant simply convert a string into a 3DEntity, but you can use the string as a parameter to get the entity:
Entity3D FoundEntity = Entity3D.Cast(bc.GetObjectByName(EntityName.CStr()));
You cant simply convert a string into a 3DEntity, but you can use the string as a parameter to get the entity:
Entity3D FoundEntity = Entity3D.Cast(bc.GetObjectByName(EntityName.CStr()));