Exports the corridor feature lines indicated by the specified codes collection as COGO points.

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

Syntax

C#
public ObjectId ExportFeatureLinesAsCogoPoints(
	string pointGroupName,
	CorridorPointCodeSelector codes
)
Visual Basic
Public Function ExportFeatureLinesAsCogoPoints ( _
	pointGroupName As String, _
	codes As CorridorPointCodeSelector _
) As ObjectId
Visual C++
public:
ObjectId ExportFeatureLinesAsCogoPoints(
	String^ pointGroupName, 
	CorridorPointCodeSelector^ codes
)

Parameters

pointGroupName
Type: System..::..String
A point group name for the exported CogoPoints.
codes
Type: Autodesk.Civil.DatabaseServices..::..CorridorPointCodeSelector
A collection of codes to select which corridor feature lines will be exported.

Remarks

Feature lines are created by the codes in the applied assemblies. The CorridorPointCodeSelector class provides an interface to query and match the feature lines' points and the matching points will be used to create COGO Points in the specified point group.

See Also