SpatialElement.SpatialElementType Property

SpatialElementSpatialElementType Property

The spatial element type.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public SpatialElementType SpatialElementType { get; }
Public ReadOnly Property SpatialElementType As SpatialElementType
	Get
public:
property SpatialElementType SpatialElementType {
	SpatialElementType get ();
}
member SpatialElementType : SpatialElementType with get

Property Value

SpatialElementType
See Also