Exports corridor feature lines as COGO points.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 10.0.1111.0
Syntax
C# |
---|
public ObjectId ExportFeatureLinesAsCogoPoints(
string pointGroupName,
CorridorPointCodeSelector codes,
ValueType baseLineRange
) |
Visual Basic |
---|
Public Function ExportFeatureLinesAsCogoPoints ( _
pointGroupName As String, _
codes As CorridorPointCodeSelector, _
baseLineRange As ValueType _
) As ObjectId |
Visual C++ |
---|
public:
ObjectId ExportFeatureLinesAsCogoPoints(
String^ pointGroupName,
CorridorPointCodeSelector^ codes,
ValueType^ baseLineRange
) |
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.
- baseLineRange
- Type: System..::..ValueType
Defines a baseline range (by start station and end station) from which the corridor feature lines
are exported.
See Also