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.4.2516.0

Syntax

C#
public bool AdjustEndpoint(
	ConnectorPositionType endpointToAdjust,
	PipeEndLocation targetLocation,
	double dOffset
)
Visual Basic
Public Function AdjustEndpoint ( _
	endpointToAdjust As ConnectorPositionType, _
	targetLocation As PipeEndLocation, _
	dOffset As Double _
) As Boolean
Visual C++
public:
bool AdjustEndpoint(
	ConnectorPositionType endpointToAdjust, 
	PipeEndLocation targetLocation, 
	double dOffset
)

Parameters

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

See Also