MEPSize
Description:
Constructs an object that stores the basic size information for MEP duct, pipe, cable tray and conduit.
Constructs an object that stores the basic size information for MEP duct, pipe, cable tray and conduit.
public MEPSize(
double nominalDiameter,
double innerDiameter,
double outerDiameter,
bool usedInSizeLists,
bool usedInSizing
)
-
DoublenominalDiameterNominal diameter. The value should be a valid, positive Revit length.
-
DoubleinnerDiameterInner diameter. The value should be a valid, positive Revit length.
-
DoubleouterDiameterOuter diameter. The value should be a valid, positive Revit length.
-
BooleanusedInSizeListsWhether it is used in size lists.
-
BooleanusedInSizingWhether is used in sizing.
-
The given value for nominalDiameter must be greater than 0 and no more than 30000 feet. -or- The given value for innerDiameter must be greater than 0 and no more than 30000 feet. -or- The given value for outerDiameter must be greater than 0 and no more than 30000 feet.