Revit 2023 API |
CableTraySettings..::..UseAnnotationScaleForSingleLineFittings Property |
CableTraySettings Class See Also |
Indicates whether use annotation scale for single line fittings or not.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2017
Syntax
C# |
---|
public bool UseAnnotationScaleForSingleLineFittings { get; set; } |
Visual Basic |
---|
Public Property UseAnnotationScaleForSingleLineFittings As Boolean Get Set |
Visual C++ |
---|
public: property bool UseAnnotationScaleForSingleLineFittings { bool get (); void set (bool value); } |