Click or drag to resize

RouteBuilder Class

Class to build a route.
Inheritance Hierarchy
SystemObject
  ema3d.Api.V25.CablingRouteBuilder

Namespace: ema3d.Api.V25.Cabling
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public class RouteBuilder

The RouteBuilder type exposes the following members.

Methods
 NameDescription
Public methodAddSegment Add a segment to the route.
Public methodAddSegments Add multiple segments to the route.
Public methodAddTermination(ICurvePoint, HarnessTerminationOptions) Add a single termination to the route.
Public methodAddTermination(Point, HarnessTerminationOptions) Add a single termination to the route.
Public methodAddTerminations Add multiple terminations to the route.
Public methodStatic memberCreate Creates a new RouteBuilder.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodRemoveSegment Remove a segment from the route.
Public methodRemoveSegments Remove a segment from the route.
Public methodRemoveTermination Remove a single termination from the route.
Public methodRemoveTerminations Remove multiple terminations form the route.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also