ChannelGetFeatureLinesCreatedFromChannel Method |
Get the feature lines that are created from the channel.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntaxpublic static ObjectIdCollection GetFeatureLinesCreatedFromChannel(
ObjectId channelId
)
Public Shared Function GetFeatureLinesCreatedFromChannel (
channelId As ObjectId
) As ObjectIdCollection
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| Exception | Condition |
|---|
| ArgumentException |
Thrown when:
- The channelId is null or it is not a valid Channel.
|
See Also