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

Represents a utils of line designer for journaling uinode methods
Use the static method in this class to obtain an instance. More...

Public Member Functions

void CalculateAndSetNameOfAGAttr (NXOpen::PDM::AttributeGroup *attributeGroup, const NXString &subAGName, const NXString &resourceName)
 Creates a DB factory Node
Created in NX9.0.0. More...
 
void CalculateAndSetNameOfAGAttr (NXOpen::PDM::AttributeGroup *attributeGroup, const char *subAGName, const char *resourceName)
 Creates a DB factory Node
Created in NX9.0.0. More...
 
void Rename (NXOpen::LineDesigner::ModelProductionUnit *objtg, const NXString &newName)
 To Rename partition
Created in NX9.0.0. More...
 
void Rename (NXOpen::LineDesigner::ModelProductionUnit *objtg, const char *newName)
 To Rename partition
Created in NX9.0.0. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Static Public Member Functions

static UINodeUtilsGetUINodeUtils (NXOpen::Session *owner)
 Returns the UINodeUtils object for the running session which serves as the 'gateway' class for the application API. More...
 

Detailed Description

Represents a utils of line designer for journaling uinode methods
Use the static method in this class to obtain an instance.



Created in NX9.0.0.

Member Function Documentation

void NXOpen::LineDesigner::UINodeUtils::CalculateAndSetNameOfAGAttr ( NXOpen::PDM::AttributeGroup attributeGroup,
const NXString subAGName,
const NXString resourceName 
)

Creates a DB factory Node
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

Parameters
attributeGroupattributegroup
subAGName
NOTE: The full Unicode character set is not supported for this parameter.
resourceName
NOTE: The full Unicode character set is not supported for this parameter.
void NXOpen::LineDesigner::UINodeUtils::CalculateAndSetNameOfAGAttr ( NXOpen::PDM::AttributeGroup attributeGroup,
const char *  subAGName,
const char *  resourceName 
)

Creates a DB factory Node
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

Parameters
attributeGroupattributegroup
subAGName
NOTE: The full Unicode character set is not supported for this parameter.
resourceName
NOTE: The full Unicode character set is not supported for this parameter.
static UINodeUtils* NXOpen::LineDesigner::UINodeUtils::GetUINodeUtils ( NXOpen::Session owner)
static

Returns the UINodeUtils object for the running session which serves as the 'gateway' class for the application API.

References to all other objects in this API are obtained either directly or indirectly via methods and properties on this class. Platform Session should be initialized using 'GetSession' method from NXOpen API prior to this call.

void NXOpen::LineDesigner::UINodeUtils::Rename ( NXOpen::LineDesigner::ModelProductionUnit objtg,
const NXString newName 
)

To Rename partition
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

Parameters
objtgobjtg
newName
NOTE: The full Unicode character set is not supported for this parameter.
void NXOpen::LineDesigner::UINodeUtils::Rename ( NXOpen::LineDesigner::ModelProductionUnit objtg,
const char *  newName 
)

To Rename partition
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

Parameters
objtgobjtg
newName
NOTE: The full Unicode character set is not supported for this parameter.
tag_t NXOpen::LineDesigner::UINodeUtils::Tag ( ) const

Returns the tag of this object.


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