Revit 2026 API
Exporter |
Identifies if the wall has a sketched elevation profile.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static bool HasElevationProfile( Wall pVWall )
Public Shared Function HasElevationProfile ( pVWall As Wall ) As Boolean
public: static bool HasElevationProfile( Wall^ pVWall )
static member HasElevationProfile : pVWall : Wall -> bool
Parameters
- pVWall Wall
- The wall.
Return Value
BooleanTrue if the wall has a sketch elevation profile, false otherwise.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also