Interface IIfcObject
Readonly interface for IfcObject
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcObject : IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
Declares
Declaration
IEnumerable<IIfcRelDefinesByObject> Declares { get; }
Property Value
|
Improve this Doc
View Source
IsDeclaredBy
Declaration
IEnumerable<IIfcRelDefinesByObject> IsDeclaredBy { get; }
Property Value
|
Improve this Doc
View Source
IsDefinedBy
Declaration
IEnumerable<IIfcRelDefinesByProperties> IsDefinedBy { get; }
Property Value
|
Improve this Doc
View Source
IsTypedBy
Declaration
IEnumerable<IIfcRelDefinesByType> IsTypedBy { get; }
Property Value
|
Improve this Doc
View Source
ObjectType
Declaration
IfcLabel? ObjectType { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|