Sets the source Corridor for the section.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public void SetCorridor( ObjectId corridorId ) |
| Visual Basic |
|---|
Public Sub SetCorridor ( _ corridorId As ObjectId _ ) |
| Visual C++ |
|---|
public: void SetCorridor( ObjectId corridorId ) |
Parameters
- corridorId
- Type: ObjectId
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentException | Thrown when the specified id is an invalid Corridor id. |