PressurePartSwapPartSize Method |
Swaps the part size.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.292
Syntaxpublic void SwapPartSize(
PressurePartSize partSize
)
Public Sub SwapPartSize (
partSize As PressurePartSize
)
public:
void SwapPartSize(
PressurePartSize^ partSize
)
Parameters
- partSize PressurePartSize
- The pressure part size to be used.
ExceptionsException | Condition |
---|
[!:System.ArgumentException] |
Thrown when:
- A valid Autodesk.Civil.DatabaseServices.Styles.PartSize is expected.
|
[!:System.InvalidOperationException] |
Thrown when swapping pressure part size failed.
|
See Also