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

Generic journal methods for ItemCacheMappedEntityBuilder
Not support KF. More...

Inheritance diagram for NXOpen::ItemCacheMappedEntityBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder NXOpen::PhysicalMaterialBuilder

Public Member Functions

NXString ItemDescription ()
 Returns the description value. More...
 
int ItemId ()
 Returns the id value. More...
 
NXString ItemName ()
 Returns the name value. More...
 
NXOpen::CAE::PropertyTableItemPropertyTable ()
 Returns the property table associated with the object
Created in NX12.0.0. More...
 
void SetItemDescription (const NXString &description)
 Sets the description value. More...
 
void SetItemDescription (const char *description)
 Sets the description value. More...
 
void SetItemId (int id)
 Sets the id value. More...
 
void SetItemName (const NXString &name)
 Sets the name value. More...
 
void SetItemName (const char *name)
 Sets the name value. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Generic journal methods for ItemCacheMappedEntityBuilder
Not support KF.



Created in NX12.0.0.

Member Function Documentation

NXString NXOpen::ItemCacheMappedEntityBuilder::ItemDescription ( )

Returns the description value.


Created in NX12.0.0.

License requirements : None

int NXOpen::ItemCacheMappedEntityBuilder::ItemId ( )

Returns the id value.


Created in NX12.0.0.

License requirements : None

NXString NXOpen::ItemCacheMappedEntityBuilder::ItemName ( )

Returns the name value.


Created in NX12.0.0.

License requirements : None

NXOpen::CAE::PropertyTable* NXOpen::ItemCacheMappedEntityBuilder::ItemPropertyTable ( )

Returns the property table associated with the object
Created in NX12.0.0.



License requirements : None

void NXOpen::ItemCacheMappedEntityBuilder::SetItemDescription ( const NXString description)

Sets the description value.


Created in NX12.0.0.

License requirements : None

Parameters
descriptionDescription value.
void NXOpen::ItemCacheMappedEntityBuilder::SetItemDescription ( const char *  description)

Sets the description value.


Created in NX12.0.0.

License requirements : None

Parameters
descriptionDescription value.
void NXOpen::ItemCacheMappedEntityBuilder::SetItemId ( int  id)

Sets the id value.


Created in NX12.0.0.

License requirements : None

Parameters
idThe ID value.
void NXOpen::ItemCacheMappedEntityBuilder::SetItemName ( const NXString name)

Sets the name value.


Created in NX12.0.0.

License requirements : None

Parameters
nameThe name string value.
void NXOpen::ItemCacheMappedEntityBuilder::SetItemName ( const char *  name)

Sets the name value.


Created in NX12.0.0.

License requirements : None

Parameters
nameThe name string value.

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