ConduitSize
Description:
Stores the basic size information for a conduit.
Stores the basic size information for a conduit.
public class ConduitSize : IDisposable
| Name | Return Type | Description |
|---|---|---|
| ConduitSize(Double, Double, Double, Double, Boolean, Boolean) | None | Constructs an object that stores the basic size information for conduit. |
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| Name | Return Type | Description |
|---|---|---|
| BendRadius | double | Minimum bend radius |
| InnerDiameter | double | Inner diameter |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| NominalDiameter | double | Nominal diameter |
| OuterDiameter | double | Outer diameter |
| UsedInSizeLists | bool | Whether it is used in size lists. |
| UsedInSizing | bool | Whether is used in sizing. |