RouteManagerSearchCriteria_Struct Struct

NXOpen.Routing.RouteManager.SearchCriteria is an alias for NXOpen.Routing.RouteManagerSearchCriteria_Struct

class NXOpen.Routing.RouteManagerSearchCriteria_Struct

Bases: object

Fill in this information with as much as you know about the object you want to find.

. Constructor: NXOpen.Routing.RouteManager.SearchCriteria()

Fields

Field Description
ObjectType Required.
OwningHarness Optional.
ApplicationName Optional.
UniqueID Optional.

ObjectType

RouteManagerSearchCriteria_Struct.ObjectType

Required.

The type of object to find. -------------------------------------

Field Value Type:NXOpen.Routing.RouteManagerFindObjectType

OwningHarness

RouteManagerSearchCriteria_Struct.OwningHarness

Optional.

The harness that owns the object. Not required, but it does speed up the process of finding the object. -------------------------------------

Field Value Type:NXOpen.Routing.Electrical.HarnessDevice

ApplicationName

RouteManagerSearchCriteria_Struct.ApplicationName

Optional.

The name of the application name that created a application reference with the unique ID. -------------------------------------

Field Value Type:str

UniqueID

RouteManagerSearchCriteria_Struct.UniqueID

Optional.

The unique ID either created by NX (if applicationName is blank) or by another application. -------------------------------------

Field Value Type:str