SpaceSpaceTypeId Property |
Get or set the Space type element of the Space.
Namespace: Autodesk.Revit.DB.MechanicalAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic ElementId SpaceTypeId { get; set; }
Public Property SpaceTypeId As ElementId
Get
Set
public:
property ElementId^ SpaceTypeId {
ElementId^ get ();
void set (ElementId^ value);
}
member SpaceTypeId : ElementId with get, set
Property Value
ElementId
RemarksThis property is used to get or set the Space type of the Space.
See Also