The tag type.
Namespace: Autodesk.Revit.DB.ArchitectureAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Syntax
C# |
---|
public RoomTagType RoomTagType { get; set; } |
Visual Basic |
---|
Public Property RoomTagType As RoomTagType Get Set |
Visual C++ |
---|
public: property RoomTagType^ RoomTagType { RoomTagType^ get (); void set (RoomTagType^ value); } |