Obtains a special snapshot of the geometry of an in-place wall element suitable for export.
Namespace: Autodesk.Revit.DB.IFCAssembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static GeometryElement GetGeometryFromInplaceWall(
FamilyInstance pFamInstWallElem
)
Parameters
- pFamInstWallElem FamilyInstance
-
The in-place wall instance.
Return Value
GeometryElement
The in-place wall geometry. Returns
null if there is no special
geometry for the wall needed for export; the standard geometry of the wall can be used.
Exceptions
See Also
Reference