Interface IIfcPropertyDependencyRelationship
Readonly interface for IfcPropertyDependencyRelationship
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcPropertyDependencyRelationship : IIfcResourceLevelRelationship, 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
Expression
Declaration
IfcText? Expression { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcText> |
|