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

Represents a collection of NXOpen::Annotations::LightweightSection objects
To obtain an instance of this class, refer to NXOpen::Annotations::PmiManager

Created in NX7.5.0. More...

Inheritance diagram for NXOpen::Annotations::PmiLightweightSectionCollection:
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::Annotations::LightweightSectionBuilderCreateLightweightSectionBuilder (NXOpen::Annotations::LightweightSection *view)
 Creates a NXOpen::Annotations::LightweightSectionBuilder. More...
 
iterator end ()
 Returns an iterator addressing one past the last element. More...
 
NXOpen::Annotations::LightweightSectionFindObject (const NXString &name)
 Finds the lightweight section with the given name. More...
 
NXOpen::Annotations::LightweightSectionFindObject (const char *name)
 Finds the lightweight section with the given name. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a collection of NXOpen::Annotations::LightweightSection objects
To obtain an instance of this class, refer to NXOpen::Annotations::PmiManager

Created in NX7.5.0.


Member Function Documentation

iterator NXOpen::Annotations::PmiLightweightSectionCollection::begin ( )

Returns an iterator addressing the first element.

NXOpen::Annotations::LightweightSectionBuilder* NXOpen::Annotations::PmiLightweightSectionCollection::CreateLightweightSectionBuilder ( NXOpen::Annotations::LightweightSection view)

Creates a NXOpen::Annotations::LightweightSectionBuilder.

Returns

Created in NX7.5.0.

License requirements : None
Parameters
viewthe lightweight section to be edited, if NULL, then create a lightweight section
iterator NXOpen::Annotations::PmiLightweightSectionCollection::end ( )

Returns an iterator addressing one past the last element.

NXOpen::Annotations::LightweightSection* NXOpen::Annotations::PmiLightweightSectionCollection::FindObject ( const NXString name)

Finds the lightweight section with the given name.

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

Returns
Lightweight section with this name
Created in NX7.5.0.

License requirements : None
Parameters
nameName of the lightweight section to be found
NXOpen::Annotations::LightweightSection* NXOpen::Annotations::PmiLightweightSectionCollection::FindObject ( const char *  name)

Finds the lightweight section with the given name.

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

Returns
Lightweight section with this name
Created in NX7.5.0.

License requirements : None
Parameters
nameName of the lightweight section to be found
tag_t NXOpen::Annotations::PmiLightweightSectionCollection::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.