SlabEdge.AddSegment
Method
Description:
Add segments to the slab edge.
Add segments to the slab edge.
Parameters
| Parameter | Type | Description |
|---|---|---|
| targetRef | Reference | Segment's reference on which want to be added. |
Return Value
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | This exception will be thrown in following cases: 1. Input targetRef is. 2. Input targetRef is notbut contains nothing. |
| InvalidOperationException | This exception will be thrown in following cases: 1. Input targetRef has already been added into the slab edge. 2. Internal code fails to create the segment object. 3. Regeneration fails. |
| ArgumentOutOfRangeException | This exception will be thrown if the reference is suitable for creating a slab edge as required. The reference allowed is : 1. Model Line 2. Floor's horizontal edges 3. Other slab edge's horizontal edges |