IFCGeometryInfo.GetRepresentations Method

IFCGeometryInfoGetRepresentations Method

Gets the representation handles created representing the processed geometry and stored in this object.

Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ICollection<IFCAnyHandle> GetRepresentations()
Public Function GetRepresentations As ICollection(Of IFCAnyHandle)
public:
ICollection<IFCAnyHandle^>^ GetRepresentations()
member GetRepresentations : unit -> ICollection<IFCAnyHandle> 

Return Value

ICollectionIFCAnyHandle
The collection of representation handles.
See Also