SpatialElement.SpatialElementType Property

SpatialElementSpatialElementType Property

The spatial element type.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.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