ChannelStyleName Property |
Gets or sets the channel's style name.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntaxpublic override string StyleName { get; set; }Public Overrides Property StyleName As String
Get
Set
public:
virtual property String^ StyleName {
String^ get () override;
void set (String^ value) override;
}Property Value
String
Exceptions| Exception | Condition |
|---|
| 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:
- The new style name is empty.
- Channel style with the name does not exist.
|
See Also