Interface IIfcObjectPlacement
Readonly interface for IfcObjectPlacement
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcObjectPlacement : IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
PlacesObject
Declaration
IEnumerable<IIfcProduct> PlacesObject { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<IIfcProduct> |
|
|
Improve this Doc
View Source
ReferencedByPlacements
Declaration
IEnumerable<IIfcLocalPlacement> ReferencedByPlacements { get; }
Property Value