FabricationPartSizeMapAllowMultipleServiceSizes Property |
State flag to allow multiple services to include the same size.
Namespace: Autodesk.Revit.DB.FabricationAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic bool AllowMultipleServiceSizes { get; set; }
Public Property AllowMultipleServiceSizes As Boolean
Get
Set
public:
property bool AllowMultipleServiceSizes {
bool get ();
void set (bool value);
}
member AllowMultipleServiceSizes : bool with get, set
Property Value
Boolean
See Also