ConduitSettingsUseAnnotationScaleForSingleLineFittings Property |
Indicates whether use annotation scale for single line fittings or not.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic 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