CorridorExportFeatureLinesAsCogoPoints(String, CorridorPointCodeSelector, ValueType) Method |
Exports corridor feature lines as COGO points.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ObjectId ExportFeatureLinesAsCogoPoints(
string pointGroupName,
CorridorPointCodeSelector codes,
ValueType baseLineRange
)
Public Function ExportFeatureLinesAsCogoPoints (
pointGroupName As String,
codes As CorridorPointCodeSelector,
baseLineRange As ValueType
) As ObjectId
public:
ObjectId ExportFeatureLinesAsCogoPoints(
String^ pointGroupName,
CorridorPointCodeSelector^ codes,
ValueType^ baseLineRange
)
Parameters
- pointGroupName String
- A point group name for the exported CogoPoints.
- codes CorridorPointCodeSelector
- A collection of codes that select which corridor feature lines will be exported.
- baseLineRange ValueType
- Defines a baseline range (by start station and end station) from which the corridor
feature lines are exported.
Return Value
ObjectId
RemarksFeature 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.
This overload allows you to limit the points exported to those in the specified range. The range is indicated
by Start and End stations, which should be part of the specified Baseline.
See Also