NX Open C++ Reference Guide
Classes | Public Types | Public Member Functions
NXOpen::Routing::DesignRuleViolationLocationCollection Class Reference

Represents a collection of DesignRuleViolationLocation objects. More...

Inheritance diagram for NXOpen::Routing::DesignRuleViolationLocationCollection:
NXOpen::TaggedObjectCollection

List of all members.

Classes

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

Public Types

enum  DeleteOption { DeleteOptionDoDelete, DeleteOptionDontDelete }
 Design Rule Violation Location object delete option. More...

Public Member Functions

iterator begin ()
 Returns an iterator addressing the first element.
NXOpen::Routing::DesignRuleViolationLocationCreateDesignRuleViolationLocation (NXOpen::Routing::DesignRuleViolationLocationCollection::DeleteOption deleteLocationObjects, const std::vector< NXOpen::NXObject * > &locationObjects)
 Creates a Routing::DesignRuleViolationLocation object.
iterator end ()
 Returns an iterator addressing one past the last element.
tag_t Tag () const
 Returns the tag of this object.

Detailed Description

Represents a collection of DesignRuleViolationLocation objects.


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

Created in NX6.0.0.


Member Enumeration Documentation

Design Rule Violation Location object delete option.

Enumerator:
DeleteOptionDoDelete 

do delete

DeleteOptionDontDelete 

Set this option only if you do not want to delete violation location objects.


Member Function Documentation

Returns an iterator addressing the first element.

Creates a Routing::DesignRuleViolationLocation object.

Returns:

Created in NX6.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
Parameters:
deleteLocationObjectsdelete location objects
locationObjectslocation objects

Returns an iterator addressing one past the last element.

Returns the tag of this object.


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