public interface IIfcEntity extends IDrawingEntity
IIfcEntity is a base interface for all IFC entities
Gets first entity from entities.using (IfcImage ifcImage = (IfcImage)Image.Load(fileName)) { IIfcEntity iEntity = ifcImage._entities[0] }
| Modifier and Type | Method and Description |
|---|---|
int |
getEntityLabel()
Gets the entity label.
|
getChilds, getIdint getEntityLabel()
Gets the entity label. Each entity has its label, which is unique and represents it in the file
Value: The entity label.Gets first entity label from.using (IfcImage ifcImage = (IfcImage)Image.Load(fileName)) { var label = ifcImage._entities[0].EntityLabel }
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.