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

Represents a collection of leader line. More...

Inheritance diagram for NXOpen::Diagramming::LeaderLineCollection:
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::Diagramming::LeaderLineBuilderCreateLeaderLineBuilder (NXOpen::Diagramming::LeaderLine *leaderLine)
 Creates a NXOpen::Diagramming::LeaderLineBuilder . More...
 
iterator end ()
 Returns an iterator addressing one past the last element. More...
 
NXOpen::Diagramming::LeaderLineFindObject (const NXString &journalIdentifier)
 Finds the NXOpen::Diagramming::LeaderLine with the given identifier as recorded in a journal. More...
 
NXOpen::Diagramming::LeaderLineFindObject (const char *journalIdentifier)
 Finds the NXOpen::Diagramming::LeaderLine with the given identifier as recorded in a journal. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a collection of leader line.


To obtain an instance of this class, refer to NXOpen::Diagramming::DiagrammingManager

Created in NX10.0.0.

Member Function Documentation

iterator NXOpen::Diagramming::LeaderLineCollection::begin ( )

Returns an iterator addressing the first element.

NXOpen::Diagramming::LeaderLineBuilder* NXOpen::Diagramming::LeaderLineCollection::CreateLeaderLineBuilder ( NXOpen::Diagramming::LeaderLine leaderLine)

Creates a NXOpen::Diagramming::LeaderLineBuilder .

Returns

Created in NX10.0.0.

License requirements : None
Parameters
leaderLineNXOpen::Diagramming::LeaderLine to be edited, if NULL then create a new one
iterator NXOpen::Diagramming::LeaderLineCollection::end ( )

Returns an iterator addressing one past the last element.

NXOpen::Diagramming::LeaderLine* NXOpen::Diagramming::LeaderLineCollection::FindObject ( const NXString journalIdentifier)

Finds the NXOpen::Diagramming::LeaderLine with the given identifier as recorded in a journal.

An exception will be thrown if no object can be found with given name.

Returns
NXOpen::Diagramming::LeaderLine with this name.
Created in NX10.0.0.

License requirements : None
Parameters
journalIdentifierIdentifier to be found
NXOpen::Diagramming::LeaderLine* NXOpen::Diagramming::LeaderLineCollection::FindObject ( const char *  journalIdentifier)

Finds the NXOpen::Diagramming::LeaderLine with the given identifier as recorded in a journal.

An exception will be thrown if no object can be found with given name.

Returns
NXOpen::Diagramming::LeaderLine with this name.
Created in NX10.0.0.

License requirements : None
Parameters
journalIdentifierIdentifier to be found
tag_t NXOpen::Diagramming::LeaderLineCollection::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.