Interface IIfcPropertyDependencyRelationship
Readonly interface for IfcPropertyDependencyRelationship
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcPropertyDependencyRelationship : IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
DependantProperty
Declaration
IIfcProperty DependantProperty { get; set; }
Property Value
|
Improve this Doc
View Source
DependingProperty
Declaration
IIfcProperty DependingProperty { get; set; }
Property Value
|
Improve this Doc
View Source
Description
Declaration
IfcText? Description { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
Expression
Declaration
IfcText? Expression { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
Name
Declaration
IfcLabel? Name { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|