ChannelStyleName Property

Gets or sets the channel's style name.

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

Property Value

String
Exceptions
ExceptionCondition
BackwardCompatibilityException Thrown when getting/setting value and data is not compatible with the current version of the channel. Try to fix by upgrading the channel.
ForwardCompatibilityException Thrown when getting/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.
ArgumentNullException Thrown when new style name is null.
ArgumentException Thrown when:
  1. The new style name is empty.
  2. Channel style with the name does not exist.
See Also