FabricationPartSizeMapAllowMultipleServiceSizes Property |
State flag to allow multiple services to include the same size.
Namespace: Autodesk.Revit.DB.FabricationAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.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