PondFeatureLinesFromPond Method

Creates feature lines from pond contours.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntax
public ObjectIdCollection FeatureLinesFromPond(
	FeatureLinesExtractionFilterType filter
)

Parameters

filter  FeatureLinesExtractionFilterType
Filter used to specify which feature lines to create.

Return Value

ObjectIdCollection
The object ID collection of the newly-created feature lines.
Remarks
When the filter specifies just the top and bottom contours of pond, 2 feature lines will be created. Otherwise, the number of feature lines created will equal the number of contours in the pond.
See Also