Share

Pipe.AdjustEndpoint 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.7.0.1276

Syntax

C#

public bool AdjustEndpoint(
	ConnectorPositionType endpointToAdjust,
	PipeEndLocation targetLocation,
	double dOffset
)

VB

Public Function AdjustEndpoint ( 
	endpointToAdjust As ConnectorPositionType,
	targetLocation As PipeEndLocation,
	dOffset As Double
) As Boolean

C++

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

Reference

Was this information helpful?