NXOpen C++ Reference Guide
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | List of all members
NXOpen::ParamLibParameterBuilder Class Reference

Represents a ParamLibParameterBuilder builder. More...

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

Public Member Functions

NXString Description ()
 Returns the parameter description value. More...
 
int Id ()
 Returns the parameter id value. More...
 
NXString Name ()
 Returns the parameter name value. More...
 
NXOpen::CAE::PropertyTablePropertyTable ()
 Returns the property table associated with the parameter object. More...
 
void SetDescription (const NXString &description)
 Sets the parameter description value. More...
 
void SetDescription (const char *description)
 Sets the parameter description value. More...
 
void SetId (int id)
 Sets the parameter id value. More...
 
void SetName (const NXString &name)
 Sets the parameter name value. More...
 
void SetName (const char *name)
 Sets the parameter name value. More...
 
- Public Member Functions inherited from NXOpen::ItemCacheMappedEntityBuilder
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

Represents a ParamLibParameterBuilder builder.


To create a new instance of this class, use NXOpen::ParamLibParameterCollection::CreateParameterBuilder

Created in NX1847.0.0.

Member Function Documentation

NXString NXOpen::ParamLibParameterBuilder::Description ( )

Returns the parameter description value.


Created in NX1847.0.0.

License requirements : None

int NXOpen::ParamLibParameterBuilder::Id ( )

Returns the parameter id value.


Created in NX1847.0.0.

License requirements : None

NXString NXOpen::ParamLibParameterBuilder::Name ( )

Returns the parameter name value.


Created in NX1847.0.0.

License requirements : None

NXOpen::CAE::PropertyTable* NXOpen::ParamLibParameterBuilder::PropertyTable ( )

Returns the property table associated with the parameter object.


Created in NX1847.0.0.

License requirements : None

void NXOpen::ParamLibParameterBuilder::SetDescription ( const NXString description)

Sets the parameter description value.


Created in NX1847.0.0.

License requirements : None

Parameters
descriptiondescription
void NXOpen::ParamLibParameterBuilder::SetDescription ( const char *  description)

Sets the parameter description value.


Created in NX1847.0.0.

License requirements : None

Parameters
descriptiondescription
void NXOpen::ParamLibParameterBuilder::SetId ( int  id)

Sets the parameter id value.


Created in NX1847.0.0.

License requirements : None

Parameters
idid
void NXOpen::ParamLibParameterBuilder::SetName ( const NXString name)

Sets the parameter name value.


Created in NX1847.0.0.

License requirements : None

Parameters
namename
void NXOpen::ParamLibParameterBuilder::SetName ( const char *  name)

Sets the parameter name value.


Created in NX1847.0.0.

License requirements : None

Parameters
namename

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