NX Open C++ Reference Guide
Classes | Public Member Functions | List of all members
NXOpen::Routing::RoutePartDescriptorCollection Class Reference

Represents a collection of NXOpen::Routing::RoutePartDescriptor objects. More...

Inheritance diagram for NXOpen::Routing::RoutePartDescriptorCollection:
NXOpen::TaggedObjectCollection

Classes

class  iterator
 Iterator for accessing the contents of the collection. More...
 

Public Member Functions

iterator begin ()
 Returns an iterator addressing the first element. More...
 
NXOpen::Routing::RoutePartDescriptorCreatePartDescriptor (NXOpen::Routing::RoutePartDescriptor::SourceType descriptorSourceType, NXOpen::Routing::RoutePartDescriptor::CharxType descriptorCharxType, const NXString &title, const NXString &expression)
 Creates a NXOpen::Routing::RoutePartDescriptor object. More...
 
NXOpen::Routing::RoutePartDescriptorCreatePartDescriptor (NXOpen::Routing::RoutePartDescriptor::SourceType descriptorSourceType, NXOpen::Routing::RoutePartDescriptor::CharxType descriptorCharxType, const char *title, const char *expression)
 Creates a NXOpen::Routing::RoutePartDescriptor object. More...
 
iterator end ()
 Returns an iterator addressing one past the last element. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a collection of NXOpen::Routing::RoutePartDescriptor objects.


To obtain an instance of this class, refer to NXOpen::Routing::RouteManager

Created in NX4.0.0.

Member Function Documentation

iterator NXOpen::Routing::RoutePartDescriptorCollection::begin ( )

Returns an iterator addressing the first element.

NXOpen::Routing::RoutePartDescriptor* NXOpen::Routing::RoutePartDescriptorCollection::CreatePartDescriptor ( NXOpen::Routing::RoutePartDescriptor::SourceType  descriptorSourceType,
NXOpen::Routing::RoutePartDescriptor::CharxType  descriptorCharxType,
const NXString title,
const NXString expression 
)

Creates a NXOpen::Routing::RoutePartDescriptor object.

Returns

Created in NX4.0.0.

License requirements : routing_base ("Routing Basic")
Parameters
descriptorSourceTypedescriptor source type
descriptorCharxTypedescriptor charx type
titletitle
expressionexpression
NXOpen::Routing::RoutePartDescriptor* NXOpen::Routing::RoutePartDescriptorCollection::CreatePartDescriptor ( NXOpen::Routing::RoutePartDescriptor::SourceType  descriptorSourceType,
NXOpen::Routing::RoutePartDescriptor::CharxType  descriptorCharxType,
const char *  title,
const char *  expression 
)

Creates a NXOpen::Routing::RoutePartDescriptor object.

Returns

Created in NX4.0.0.

License requirements : routing_base ("Routing Basic")
Parameters
descriptorSourceTypedescriptor source type
descriptorCharxTypedescriptor charx type
titletitle
expressionexpression
iterator NXOpen::Routing::RoutePartDescriptorCollection::end ( )

Returns an iterator addressing one past the last element.

tag_t NXOpen::Routing::RoutePartDescriptorCollection::Tag ( ) const

Returns the tag of this object.


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