Harness proD API Help
EPLAN.Harness.API.Occurrences.Interfaces Namespace / IAutoRoutable Interface
Members
In This Topic
    IAutoRoutable Interface
    In This Topic
    Occurrence that can be automatically routed to a bundle.
    Object Model
    IAutoRoutable InterfaceBooleanProperty ClassBooleanProperty ClassLengthProperty ClassTextProperty ClassProperty ClassIOccWireHarness Interface
    Syntax
    Public Properties
     NameDescription
     Property Gets children occurrences of closest level in hierarchy of this occurrence. (Inherited from EPLAN.Harness.API.Occurrences.Interfaces.IOccurrence)
     Property Gets or sets the 'Customized tolerance' property of this occurrence. (Inherited from EPLAN.Harness.API.Occurrences.Interfaces.IRoutable)
     Property Identifier of the API object. (Inherited from EPLAN.Harness.API.Interfaces.IApiObject)
     Property Is the part a rapid prototype? (Inherited from EPLAN.Harness.API.Occurrences.Interfaces.IOccurrence)
     Property Is occurrence valid? (Inherited from EPLAN.Harness.API.Occurrences.Interfaces.IOccurrence)
     Property Gets the length of this occurrence. (Inherited from EPLAN.Harness.API.Occurrences.Interfaces.IControlPath)
     Property Gets or sets the name of the occurrence. (Inherited from EPLAN.Harness.API.Occurrences.Interfaces.I3DOccurrence)
     Property Gets parent occurrences of closest level in hierarchy of this occurrence. (Inherited from EPLAN.Harness.API.Occurrences.Interfaces.IOccurrence)
     Property Gets or sets the required length tolerance of this occurrence. (Inherited from EPLAN.Harness.API.Occurrences.Interfaces.IRoutable)
     Property Gets or sets a list of user-defined properties of this occurrence. (Inherited from EPLAN.Harness.API.Occurrences.Interfaces.IUserDefinedProperties)
     Property Gets or sets the wire harness in which this occurrence is included. (Inherited from EPLAN.Harness.API.Occurrences.Interfaces.IRoutable)
    Top
    Public Methods
     NameDescription
     Method (Inherited from System.IEquatable<IOccurrence>)
     MethodGets all control point on this control path. (Inherited from EPLAN.Harness.API.Occurrences.Interfaces.IControlPath)
    Top
    Extension Methods
     NameDescription
    Public Extension Method Automatically route this routable object.
    Public Extension Method Gets all control points on the routable occurrence.
    Public Extension Method Route this routable object through the given bundles.
    Public Extension Method Route this routable object between the given control points.
    Public Extension Method Unroute this routable object.
    Top
    See Also