CableTraySettings.UseAnnotationScaleForSingleLineFittings Property

CableTraySettingsUseAnnotationScaleForSingleLineFittings Property

Indicates whether use annotation scale for single line fittings or not.

Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool UseAnnotationScaleForSingleLineFittings { get; set; }
Public Property UseAnnotationScaleForSingleLineFittings As Boolean
	Get
	Set
public:
property bool UseAnnotationScaleForSingleLineFittings {
	bool get ();
	void set (bool value);
}
member UseAnnotationScaleForSingleLineFittings : bool with get, set

Property Value

Boolean
See Also