NX Open C++ Reference Guide
Public Member Functions | Public Attributes | List of all members
NXOpen::Routing::RouteManager::SearchCriteria Struct Reference

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

Public Member Functions

 SearchCriteria (NXOpen::Routing::RouteManager::FindObjectType objectTypeInitial, NXOpen::Routing::Electrical::HarnessDevice *owningHarnessInitial, const NXString &applicationNameInitial, const NXString &uniqueIDInitial)
 Constructor for the SearchCriteria struct. More...
 

Public Attributes

NXString ApplicationName
 Optional. More...
 
NXOpen::Routing::RouteManager::FindObjectType ObjectType
 Required. More...
 
NXOpen::Routing::Electrical::HarnessDeviceOwningHarness
 Optional. More...
 
NXString UniqueID
 Optional. More...
 

Detailed Description

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

Constructor & Destructor Documentation

NXOpen::Routing::RouteManager::SearchCriteria::SearchCriteria ( NXOpen::Routing::RouteManager::FindObjectType  objectTypeInitial,
NXOpen::Routing::Electrical::HarnessDevice owningHarnessInitial,
const NXString applicationNameInitial,
const NXString uniqueIDInitial 
)

Constructor for the SearchCriteria struct.

Parameters
objectTypeInitialRequired. The type of object to find.
owningHarnessInitialOptional. The harness that owns the object. Not required, but it does speed up the process of finding the object.
applicationNameInitialOptional. The name of the application name that created a application reference with the unique ID.
uniqueIDInitialOptional. The unique ID either created by NX (if applicationName is blank) or by another application.

Member Data Documentation

NXString NXOpen::Routing::RouteManager::SearchCriteria::ApplicationName

Optional.

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

NXOpen::Routing::RouteManager::FindObjectType NXOpen::Routing::RouteManager::SearchCriteria::ObjectType

Required.

The type of object to find.

NXOpen::Routing::Electrical::HarnessDevice* NXOpen::Routing::RouteManager::SearchCriteria::OwningHarness

Optional.

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

NXString NXOpen::Routing::RouteManager::SearchCriteria::UniqueID

Optional.

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


The documentation for this struct was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.