ChannelCrossSectionData Property |
Gets/Sets the channel cross section data.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntaxpublic ChannelDesignCrossSection CrossSectionData { get; set; }Public Property CrossSectionData As ChannelDesignCrossSection
Get
Set
public:
property ChannelDesignCrossSection^ CrossSectionData {
ChannelDesignCrossSection^ get ();
void set (ChannelDesignCrossSection^ value);
}Property Value
ChannelDesignCrossSection
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.
|
| ArgumentException |
Thrown when set value is null.
|
See Also