Interface IIfcProperty
Readonly interface for IfcProperty
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcProperty : IIfcPropertyAbstraction, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, 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
HasApprovals
Declaration
IEnumerable<IIfcResourceApprovalRelationship> HasApprovals { get; }
Property Value
|
Improve this Doc
View Source
HasConstraints
Declaration
IEnumerable<IIfcResourceConstraintRelationship> HasConstraints { get; }
Property Value
|
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
PartOfPset
Declaration
IEnumerable<IIfcPropertySet> PartOfPset { 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