Revit 2026 API
IFCGeometry |
Gets the IfcSurface 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> GetSurfaces()
Public Function GetSurfaces As ICollection(Of IFCAnyHandle)
public: ICollection<IFCAnyHandle^>^ GetSurfaces()
member GetSurfaces : unit -> ICollection<IFCAnyHandle>
Return Value
ICollectionIFCAnyHandleThe collection of surface handles.
See Also