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

Represents an NXOpen::PDM::EffectivityAttributePropertiesBuilder to be used for creating effectivity attributes. More...

Inheritance diagram for NXOpen::PDM::EffectivityAttributePropertiesBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

NXString Category ()
 Returns the category. More...
 
bool CreateAttribute ()
 Create the attribute from the data set in the builder. More...
 
void Delete (NXOpen::NXObject *object)
 Delete the attribute from the given object. More...
 
NXString DisplayValue ()
 Returns the display value. More...
 
NXOpen::PDM::EffectivityTableBuilderEffectivityTableBuilder ()
 Returns the effectivity table builder. More...
 
NXOpen::SelectNXObjectListSelectedObjects ()
 Returns the selected object(s) list. More...
 
void SetAttributeObjects (const std::vector< NXOpen::NXObject * > &objects)
 Sets the array of objects that have this attribute
Created in NX8.5.0. More...
 
void SetCategory (const NXString &category)
 Sets the category. More...
 
void SetCategory (const char *category)
 Sets the category. More...
 
void SetDisplayValue (const NXString &displayValue)
 Sets the display value. More...
 
void SetDisplayValue (const char *displayValue)
 Sets the display value. More...
 
void SetStringValue (const NXString &stringValue)
 Sets the string value. More...
 
void SetStringValue (const char *stringValue)
 Sets the string value. More...
 
void SetTitle (const NXString &title)
 Sets the attribute title. More...
 
void SetTitle (const char *title)
 Sets the attribute title. More...
 
NXString StringValue ()
 Returns the string value. More...
 
NXString Title ()
 Returns the attribute title. 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 an NXOpen::PDM::EffectivityAttributePropertiesBuilder to be used for creating effectivity attributes.

The attribute will be distributed to all objects supplied in the selected object list.
To create a new instance of this class, use NXOpen::PDM::ConfigurationManager::CreateEffectivityAttributePropertiesBuilder

Created in NX9.0.0.

Member Function Documentation

NXString NXOpen::PDM::EffectivityAttributePropertiesBuilder::Category ( )

Returns the category.

The category is an optional, user-defined string that allows attributes to be grouped together.
Created in NX9.0.0.

License requirements : nx_4gd_integration ("4th Generation Design")

bool NXOpen::PDM::EffectivityAttributePropertiesBuilder::CreateAttribute ( )

Create the attribute from the data set in the builder.

Unlike calling commit, this method will not perform an update.

Returns
True if the attribute was created/edited successfully
Created in NX9.0.0.

License requirements : nx_4gd_integration ("4th Generation Design")
void NXOpen::PDM::EffectivityAttributePropertiesBuilder::Delete ( NXOpen::NXObject object)

Delete the attribute from the given object.


Created in NX9.0.0.

License requirements : nx_4gd_integration ("4th Generation Design")

Parameters
objectThe object containing the attribute
NXString NXOpen::PDM::EffectivityAttributePropertiesBuilder::DisplayValue ( )

Returns the display value.

Required if creating an attribute of type String.
Created in NX10.0.0.

License requirements : nx_4gd_integration ("4th Generation Design")

NXOpen::PDM::EffectivityTableBuilder* NXOpen::PDM::EffectivityAttributePropertiesBuilder::EffectivityTableBuilder ( )

Returns the effectivity table builder.


Created in NX9.0.0.

License requirements : None

NXOpen::SelectNXObjectList* NXOpen::PDM::EffectivityAttributePropertiesBuilder::SelectedObjects ( )

Returns the selected object(s) list.

The created attribute will be applied to all objects in this list.
Created in NX9.0.0.

License requirements : nx_4gd_integration ("4th Generation Design")

void NXOpen::PDM::EffectivityAttributePropertiesBuilder::SetAttributeObjects ( const std::vector< NXOpen::NXObject * > &  objects)

Sets the array of objects that have this attribute
Created in NX8.5.0.



License requirements : nx_4gd_integration ("4th Generation Design")

Parameters
objectsthe array of objects
void NXOpen::PDM::EffectivityAttributePropertiesBuilder::SetCategory ( const NXString category)

Sets the category.

The category is an optional, user-defined string that allows attributes to be grouped together.
Created in NX9.0.0.

License requirements : nx_4gd_integration ("4th Generation Design")

Parameters
categorycategory
void NXOpen::PDM::EffectivityAttributePropertiesBuilder::SetCategory ( const char *  category)

Sets the category.

The category is an optional, user-defined string that allows attributes to be grouped together.
Created in NX9.0.0.

License requirements : nx_4gd_integration ("4th Generation Design")

Parameters
categorycategory
void NXOpen::PDM::EffectivityAttributePropertiesBuilder::SetDisplayValue ( const NXString displayValue)

Sets the display value.

Required if creating an attribute of type String.
Created in NX10.0.0.

License requirements : nx_4gd_integration ("4th Generation Design")

Parameters
displayValuedisplayvalue
void NXOpen::PDM::EffectivityAttributePropertiesBuilder::SetDisplayValue ( const char *  displayValue)

Sets the display value.

Required if creating an attribute of type String.
Created in NX10.0.0.

License requirements : nx_4gd_integration ("4th Generation Design")

Parameters
displayValuedisplayvalue
void NXOpen::PDM::EffectivityAttributePropertiesBuilder::SetStringValue ( const NXString stringValue)

Sets the string value.

Required if creating an attribute of type String.
Created in NX9.0.0.

License requirements : nx_4gd_integration ("4th Generation Design")

Parameters
stringValuestringvalue
void NXOpen::PDM::EffectivityAttributePropertiesBuilder::SetStringValue ( const char *  stringValue)

Sets the string value.

Required if creating an attribute of type String.
Created in NX9.0.0.

License requirements : nx_4gd_integration ("4th Generation Design")

Parameters
stringValuestringvalue
void NXOpen::PDM::EffectivityAttributePropertiesBuilder::SetTitle ( const NXString title)

Sets the attribute title.

The title is required for creating an attribute and must be unique on the given object. Once the attribute is created, the title cannot be modified.
Created in NX9.0.0.

License requirements : nx_4gd_integration ("4th Generation Design")

Parameters
titletitle
void NXOpen::PDM::EffectivityAttributePropertiesBuilder::SetTitle ( const char *  title)

Sets the attribute title.

The title is required for creating an attribute and must be unique on the given object. Once the attribute is created, the title cannot be modified.
Created in NX9.0.0.

License requirements : nx_4gd_integration ("4th Generation Design")

Parameters
titletitle
NXString NXOpen::PDM::EffectivityAttributePropertiesBuilder::StringValue ( )

Returns the string value.

Required if creating an attribute of type String.
Created in NX9.0.0.

License requirements : nx_4gd_integration ("4th Generation Design")

NXString NXOpen::PDM::EffectivityAttributePropertiesBuilder::Title ( )

Returns the attribute title.

The title is required for creating an attribute and must be unique on the given object. Once the attribute is created, the title cannot be modified.
Created in NX9.0.0.

License requirements : nx_4gd_integration ("4th Generation Design")


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