Interface IIfcRelAssociatesConstraint
Readonly interface for IfcRelAssociatesConstraint
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcRelAssociatesConstraint : IIfcRelAssociates, IIfcRelationship, IIfcRoot, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
Intent
Declaration
IfcLabel? Intent { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
RelatingConstraint
Declaration
IIfcConstraint RelatingConstraint { get; set; }
Property Value