CompoundStructure.GetSegmentEndPoints
Method
Description:
Gets the end points of a segment.
Gets the end points of a segment.
Parameters
| Parameter | Type | Description |
|---|---|---|
| segmentId | Int32 | The segment id. |
| regionId | Int32 | The region id. |
| end1 | UV | One end point. |
| end2 | UV | The other end point. |
Return Value
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The segment id is invalid. |
| InvalidOperationException | This operation is valid only for vertically compound structures. |