Share

Pipe.ResizeByInnerDiameterOrWidth Method

Resize the pipe by inner diameter or width.



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

Syntax

C#

public void ResizeByInnerDiameterOrWidth(
	double innerDiameterOrWidth,
	bool useClosestSize
)

VB

Public Sub ResizeByInnerDiameterOrWidth ( 
	innerDiameterOrWidth As Double,
	useClosestSize As Boolean
)

C++

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

Reference

Was this information helpful?