Revit 2017.1 API |
FamilyInstance..::..ToRoom Property (Phase) |
FamilyInstance Class See Also |
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.1090.0)
Syntax
C# |
---|
public Room this[ Phase phase ] { get; } |
Visual Basic |
---|
Public ReadOnly Property ToRoom ( _ phase As Phase _ ) As Room Get |
Visual C++ |
---|
public: property Room^ ToRoom[Phase^ phase] { Room^ get (Phase^ phase); } |
Parameters
- phase
- Type: Autodesk.Revit.DB..::..Phase