PipeAdjustEndpoint Method

Adjusts the location where the pipe endpoint connects within the connected structure. You can adjust the the pipe to connect to the structure's center, inner wall or outer wall. You can also specify a positive offset.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public bool AdjustEndpoint(
	ConnectorPositionType endpointToAdjust,
	PipeEndLocation targetLocation,
	double dOffset
)

Parameters

endpointToAdjust  ConnectorPositionType
Specifies which pipe endpoint you want to adjust.
targetLocation  PipeEndLocation
Specifies the target location within the structure: 0 = Center, 1 = Inner wall, 2 = Outer wall.
dOffset  Double
Specifies the distance from the target location to the adjusted endpoint along the pipe's centerline.

Return Value

Boolean
See Also