PondFeatureLinesFromPond Method |
Creates feature lines from pond contours.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntaxpublic ObjectIdCollection FeatureLinesFromPond(
FeatureLinesExtractionFilterType filter
)
Public Function FeatureLinesFromPond (
filter As FeatureLinesExtractionFilterType
) As ObjectIdCollection
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