ChannelGetFeatureLinesCreatedFromChannel Method

Get the feature lines that are created from the channel.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntax
public static ObjectIdCollection GetFeatureLinesCreatedFromChannel(
	ObjectId channelId
)

Parameters

channelId  ObjectId
The channel that the feature lines were created from.

Return Value

ObjectIdCollection
The object id collection of all the extracted feature lines from the channelId.
Exceptions
ExceptionCondition
ArgumentException Thrown when:
  1. The channelId is null or it is not a valid Channel.
See Also