SpatialElementGetSpatialElementDomainData Method

Gets the domain data for the spatial element. The domain data contains information of different spatial elements, such as electrical load area. Currently room/space/area don't have domain data.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public SpatialElementDomainData GetSpatialElementDomainData()

Return Value

SpatialElementDomainData
Returns a pointer to the base class for specific domain requirements for the spatial element.
See Also