Interface IIfcRelAssigns
Readonly interface for IfcRelAssigns
Inherited Members
Namespace: Xbim.Ifc4.Interfaces
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcRelAssigns : IIfcRelationship, IIfcRoot, IPersistEntity, IPersist
Properties
| Improve this Doc View SourceRelatedObjects
Declaration
IItemSet<IIfcObjectDefinition> RelatedObjects { get; }
Property Value
Type | Description |
---|---|
IItemSet<IIfcObjectDefinition> |
RelatedObjectsType
Declaration
IfcObjectTypeEnum? RelatedObjectsType { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcObjectTypeEnum> |