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

Represents a NXOpen::Drafting::AttributeItemBuilder . More...

Inheritance diagram for NXOpen::Drafting::AttributeItemBuilder:
NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

void SetTitle (const NXString &attributeTitle)
 Sets the title. More...
 
void SetTitle (const char *attributeTitle)
 Sets the title. More...
 
void SetValue (const NXString &attributeValue)
 Sets the value. More...
 
void SetValue (const char *attributeValue)
 Sets the value. More...
 
NXString Title ()
 Returns the title. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
NXString Value ()
 Returns the value. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a NXOpen::Drafting::AttributeItemBuilder .

This class is used to specify information about a single NX attribute.
To create a new instance of this class, use NXOpen::Drafting::AutomationManager::CreateAttributeItemBuilder

Created in NX8.0.0.

Member Function Documentation

void NXOpen::Drafting::AttributeItemBuilder::SetTitle ( const NXString attributeTitle)

Sets the title.


Created in NX8.0.0.

License requirements : nx_drawing_auto ("NX Drawing Automation")

Parameters
attributeTitleattributetitle
void NXOpen::Drafting::AttributeItemBuilder::SetTitle ( const char *  attributeTitle)

Sets the title.


Created in NX8.0.0.

License requirements : nx_drawing_auto ("NX Drawing Automation")

Parameters
attributeTitleattributetitle
void NXOpen::Drafting::AttributeItemBuilder::SetValue ( const NXString attributeValue)

Sets the value.


Created in NX8.0.0.

License requirements : nx_drawing_auto ("NX Drawing Automation")

Parameters
attributeValueattributevalue
void NXOpen::Drafting::AttributeItemBuilder::SetValue ( const char *  attributeValue)

Sets the value.


Created in NX8.0.0.

License requirements : nx_drawing_auto ("NX Drawing Automation")

Parameters
attributeValueattributevalue
NXString NXOpen::Drafting::AttributeItemBuilder::Title ( )

Returns the title.


Created in NX8.0.0.

License requirements : None

virtual bool NXOpen::Drafting::AttributeItemBuilder::Validate ( )
virtual

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven't set it. This method throws a not-yet-implemented NXException for some components.

Returns
Was self validation successful
Created in NX3.0.1.

License requirements : None

Implements NXOpen::GeometricUtilities::IComponentBuilder.

NXString NXOpen::Drafting::AttributeItemBuilder::Value ( )

Returns the value.


Created in NX8.0.0.

License requirements : None


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