Interface IIfcProperty
Readonly interface for IfcProperty
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcProperty : IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
Description
Declaration
IfcText? Description { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
Name
Declaration
IfcIdentifier Name { get; set; }
Property Value
|
Improve this Doc
View Source
PartOfComplex
Declaration
IEnumerable<IIfcComplexProperty> PartOfComplex { get; }
Property Value
|
Improve this Doc
View Source
PropertyDependsOn
Declaration
IEnumerable<IIfcPropertyDependencyRelationship> PropertyDependsOn { get; }
Property Value
|
Improve this Doc
View Source
PropertyForDependance
Declaration
IEnumerable<IIfcPropertyDependencyRelationship> PropertyForDependance { get; }
Property Value