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

Syntax

C#
public void GetNearestPipeOfNetworkToAlignment(
	ObjectId alignmentId,
	double stationOnAlignment,
	ref ObjectId pipeId
)
Visual Basic
Public Sub GetNearestPipeOfNetworkToAlignment ( _
	alignmentId As ObjectId, _
	stationOnAlignment As Double, _
	ByRef pipeId As ObjectId _
)
Visual C++
public:
void GetNearestPipeOfNetworkToAlignment(
	ObjectId alignmentId, 
	double stationOnAlignment, 
	ObjectId% pipeId
)

Parameters

alignmentId
Type: ObjectId
stationOnAlignment
Type: System..::..Double
pipeId
Type: ObjectId%

See Also