Interface IIfcResource
Readonly interface for IfcResource
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcResource : IIfcObject, IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IfcResourceSelect, IIfcResourceSelect, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
Identification
Declaration
IfcIdentifier? Identification { get; set; }
Property Value
|
Improve this Doc
View Source
LongDescription
Declaration
IfcText? LongDescription { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
ResourceOf
Declaration
IEnumerable<IIfcRelAssignsToResource> ResourceOf { get; }
Property Value