ChannelStartConnectionId Property |
Gets/Sets the channel start connection id.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntaxpublic ObjectId StartConnectionId { get; set; }Public Property StartConnectionId As ObjectId
Get
Set
public:
property ObjectId StartConnectionId {
ObjectId get ();
void set (ObjectId value);
}Property Value
ObjectId
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:
- Wrong type objectId.
- Object has already been set as end connection id.
|
Remarks
Supported object types are Pond and Structure.
See Also