ChannelEndConnectionId Property

Gets/Sets the channel end connection id.

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

Property Value

ObjectId
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.
ArgumentException Thrown when:
  1. Wrong type objectId.
  2. Object has already been set as start connection id.
Remarks
Supported object types are Pond and Structure.
See Also