PipeResizeByInnerDiameterOrWidth Method

Resize the pipe by inner diameter or width.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public void ResizeByInnerDiameterOrWidth(
	double innerDiameterOrWidth,
	bool useClosestSize
)

Parameters

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