Resize the pipe by inner diameter or width.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public void ResizeByInnerDiameterOrWidth(
	double innerDiameterOrWidth,
	bool useClosestSize
)
Visual Basic
Public Sub ResizeByInnerDiameterOrWidth ( _
	innerDiameterOrWidth As Double, _
	useClosestSize As Boolean _
)
Visual C++
public:
void ResizeByInnerDiameterOrWidth(
	double innerDiameterOrWidth, 
	bool useClosestSize
)

Parameters

innerDiameterOrWidth
Type: System..::..Double
Inner diameter or width value, takes unit of the catalog
useClosestSize
Type: System..::..Boolean
True if this pipe should be resized to the closed size in the part family. False otherwise.

See Also