ChannelDescription Property |
Sets the channel's description.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntaxpublic override string Description { set; }Public Overrides WriteOnly Property Description As String
Set
public:
virtual property String^ Description {
void set (String^ value) override;
}Property Value
String
Exceptions| Exception | Condition |
|---|
| 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.
|
See Also