Share

FamilyInstance.Space Property

The space in which the instance is located (during the last phase of the project).


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public Space Space { get; }

Property Value

Space

Remarks

This property will be the first space encountered that contains the instance. If more than one space includes this point in its volume only the first one is returned. If no space is found that contains the instance, or if phase does not apply to this FaimlyInstance, this property is nullptr.

See Also

Reference

Was this information helpful?