Share

PressurePart.SwapPartSize Method

Swaps the part size.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.7.0.1276

Syntax

C#

public void SwapPartSize(
	PressurePartSize partSize
)

VB

Public Sub SwapPartSize ( 
	partSize As PressurePartSize
)

C++

public:
void SwapPartSize(
	PressurePartSize^ partSize
)

Parameters

partSize  PressurePartSize
The pressure part size to be used.

Exceptions

ExceptionCondition
[!:System.ArgumentException] Thrown when:
  • A valid Autodesk.Civil.DatabaseServices.Styles.PartSize is expected.
[!:System.InvalidOperationException] Thrown when swapping pressure part size failed.

See Also

Reference

Was this information helpful?