ChannelName Property

Sets the channel's name.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntax
public override string Name { set; }

Property Value

String
Exceptions
ExceptionCondition
BackwardCompatibilityException Thrown when setting value and data is not compatible with the current version of the channel. Try to fix by upgrading the channel.
ForwardCompatibilityException Thrown when setting value and data is not compatible with the current version of the channel. Try to fix by opening the drawing in a newer version of the product.
ArgumentException Thrown when:
  1. Name is empty.
  2. Name is duplicate.
  3. Name contains invalid character.
ArgumentNullException Thrown when new name is null.
See Also