Corridor |
Exception | Condition |
---|---|
InvalidOperationException | Thrown when the border is defined from polygon or corridor extents. |
1foreach (FeatureLineComponent oFeatureLineComponent in oCorridorSurfaceBoundary.FeatureLineComponents) 2{ 3 ed.WriteMessage("Code: {0}, Start station: {1}, End station: {2}\n", 4 oFeatureLineComponent.FeatureLine.CodeName, 5 oFeatureLineComponent.StartStation, 6 oFeatureLineComponent.EndStation); 7}