 | RouteBuilderRemoveSegments Method |
Remove a segment from the route.
Namespace: ema3d.Api.V25.CablingAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic void RemoveSegments(
ICollection<IHasTrimmedCurve> segments
)
Public Sub RemoveSegments (
segments As ICollection(Of IHasTrimmedCurve)
)
public:
void RemoveSegments(
ICollection<IHasTrimmedCurve^>^ segments
)
member RemoveSegments :
segments : ICollection<IHasTrimmedCurve> -> unit
Parameters
- segments ICollectionIHasTrimmedCurve
See Also