Interface IIfcOrganizationRelationship
Readonly interface for IfcOrganizationRelationship
Inherited Members
Namespace: Xbim.Ifc4.Interfaces
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcOrganizationRelationship : IIfcResourceLevelRelationship, IPersistEntity, IPersist
Properties
| Improve this Doc View SourceRelatedOrganizations
Declaration
IItemSet<IIfcOrganization> RelatedOrganizations { get; }
Property Value
Type | Description |
---|---|
IItemSet<IIfcOrganization> |
RelatingOrganization
Declaration
IIfcOrganization RelatingOrganization { get; set; }
Property Value
Type | Description |
---|---|
IIfcOrganization |