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

Represents a property table. More...

Inheritance diagram for NXOpen::BasePropertyTable:
NXOpen::NXObject NXOpen::TaggedObject NXOpen::INXObject NXOpen::CAE::PropertyTable

Public Types

enum  BasePropertyType {
  BasePropertyTypeUnknown, BasePropertyTypeString, BasePropertyTypeBoolean, BasePropertyTypeInteger,
  BasePropertyTypeDouble, BasePropertyTypeFieldWrapper, BasePropertyTypeScalarFieldWrapper, BasePropertyTypeCoordinateSystem,
  BasePropertyTypeDoubleArray, BasePropertyTypeIntegerArray, BasePropertyTypePhysicalMaterial, BasePropertyTypeMatrix,
  BasePropertyTypeScalarTable
}
 Property Types. More...
 
- Public Types inherited from NXOpen::NXObject
enum  AttributeType {
  AttributeTypeInvalid, AttributeTypeNull, AttributeTypeBoolean, AttributeTypeInteger,
  AttributeTypeReal, AttributeTypeString, AttributeTypeTime, AttributeTypeReference,
  AttributeTypeAny = 100
}
 Specifies attribute type. More...
 
enum  DateAndTimeFormat { DateAndTimeFormatNumeric, DateAndTimeFormatTextual }
 Specifies the format of the date and time attribute. More...
 

Public Member Functions

void ClearTablePropertyOverride (const NXString &propertyName)
 Clear property override flag.
 
void ClearTablePropertyOverride (const char *propertyName)
 Clear property override flag.
 
void CopyProperties (NXOpen::BasePropertyTable *sourceTable)
 Copies the values from the input table into this table, the table descriptor neutral names must match
Created in NX9.0.0.
 
NXString DescriptorNeutralName ()
 Returns the neutral name of the property table's descriptor
Created in NX8.5.0.
 
NXString DescriptorSpecificName ()
 Returns the language specific name of the property table's descriptor
Created in NX8.5.0.
 
NXOpen::BasePropertyTable::BasePropertyType GetBasePropertyType (const NXString &propertyName)
 Returns the type of the property.
 
NXOpen::BasePropertyTable::BasePropertyType GetBasePropertyType (const char *propertyName)
 Returns the type of the property.
 
NXOpen::Fields::FieldExpressionGetBaseScalarFieldPropertyValue (const NXString &propertyName)
 Returns the field expression Fields::FieldExpression value of the property.
 
NXOpen::Fields::FieldExpressionGetBaseScalarFieldPropertyValue (const char *propertyName)
 Returns the field expression Fields::FieldExpression value of the property.
 
void GetBaseScalarWithDataPropertyValue (const NXString &propertyName, double *propertyValue, NXOpen::Unit **unitType)
 Returns the double value of the property with units.
 
void GetBaseScalarWithDataPropertyValue (const char *propertyName, double *propertyValue, NXOpen::Unit **unitType)
 Returns the double value of the property with units.
 
bool GetBooleanPropertyValue (const NXString &propertyName)
 Returns the boolean value of the property.
 
bool GetBooleanPropertyValue (const char *propertyName)
 Returns the boolean value of the property.
 
NXOpen::CoordinateSystemGetCoordinateSystemPropertyValue (const NXString &propertyName)
 Returns the coordinate system CoordinateSystem.
 
NXOpen::CoordinateSystemGetCoordinateSystemPropertyValue (const char *propertyName)
 Returns the coordinate system CoordinateSystem.
 
double GetDoublePropertyValue (const NXString &propertyName)
 Returns the double value of the property.
 
double GetDoublePropertyValue (const char *propertyName)
 Returns the double value of the property.
 
NXOpen::Fields::FieldWrapperGetFieldWrapperPropertyValue (const NXString &propertyName)
 Returns the field wrapper Fields::FieldWrapper.
 
NXOpen::Fields::FieldWrapperGetFieldWrapperPropertyValue (const char *propertyName)
 Returns the field wrapper Fields::FieldWrapper.
 
std::vector< int > GetIntegerArrayPropertyValue (const NXString &propertyName)
 Returns the integer array value of the property.
 
std::vector< int > GetIntegerArrayPropertyValue (const char *propertyName)
 Returns the integer array value of the property.
 
int GetIntegerPropertyValue (const NXString &propertyName)
 Returns the integer value of the property.
 
int GetIntegerPropertyValue (const char *propertyName)
 Returns the integer value of the property.
 
void GetMaterialPropertyValue (const NXString &propertyName, bool *materialInherited, NXOpen::PhysicalMaterial **material)
 Gets the material value.
 
void GetMaterialPropertyValue (const char *propertyName, bool *materialInherited, NXOpen::PhysicalMaterial **material)
 Gets the material value.
 
NXOpen::ScalarMatrixValueGetMatrixPropertyValue (const NXString &propertyName)
 Returns a matrix cell value from the matrix value of the property.
 
NXOpen::ScalarMatrixValueGetMatrixPropertyValue (const char *propertyName)
 Returns a matrix cell value from the matrix value of the property.
 
int GetPropertyCount ()
 The count of properties in the table.
 
NXString GetPropertyNameByIndex (int index)
 Returns the name of the property.
 
std::vector< double > GetScalarArrayPropertyValue (const NXString &propertyName)
 Returns the scalar array value of the property.
 
std::vector< double > GetScalarArrayPropertyValue (const char *propertyName)
 Returns the scalar array value of the property.
 
void GetScalarArrayWithUnitsPropertyValue (const NXString &propertyName, std::vector< double > &propertyValue, NXOpen::Unit **unitType)
 Returns the scalar array and unit value of the property.
 
void GetScalarArrayWithUnitsPropertyValue (const char *propertyName, std::vector< double > &propertyValue, NXOpen::Unit **unitType)
 Returns the scalar array and unit value of the property.
 
NXOpen::Fields::ScalarFieldWrapperGetScalarFieldWrapperPropertyValue (const NXString &propertyName)
 Returns the scalar field wrapper Fields::ScalarFieldWrapper.
 
NXOpen::Fields::ScalarFieldWrapperGetScalarFieldWrapperPropertyValue (const char *propertyName)
 Returns the scalar field wrapper Fields::ScalarFieldWrapper.
 
NXOpen::ExpressionGetScalarPropertyValue (const NXString &propertyName)
 Returns the expression Expression value of the property Use BasePropertyTable::SetBaseScalarWithDataPropertyValue for a constant value when an expression Expression is not needed.
 
NXOpen::ExpressionGetScalarPropertyValue (const char *propertyName)
 Returns the expression Expression value of the property Use BasePropertyTable::SetBaseScalarWithDataPropertyValue for a constant value when an expression Expression is not needed.
 
NXOpen::ScalarTableValueGetScalarTablePropertyValue (const NXString &propertyName)
 Returns a scalar table value value from the scalar table value of the property.
 
NXOpen::ScalarTableValueGetScalarTablePropertyValue (const char *propertyName)
 Returns a scalar table value value from the scalar table value of the property.
 
NXString GetStringPropertyValue (const NXString &propertyName)
 Returns the string value of the property.
 
NXString GetStringPropertyValue (const char *propertyName)
 Returns the string value of the property.
 
void SetBaseScalarFieldPropertyValue (const NXString &propertyName, NXOpen::Fields::FieldExpression *propertyValue)
 Sets the field expression Fields::FieldExpression value of the property.
 
void SetBaseScalarFieldPropertyValue (const char *propertyName, NXOpen::Fields::FieldExpression *propertyValue)
 Sets the field expression Fields::FieldExpression value of the property.
 
void SetBaseScalarWithDataPropertyValue (const NXString &propertyName, double propertyValue, NXOpen::Unit *unitType)
 Sets the the Scalar property as a constant double value with units.
 
void SetBaseScalarWithDataPropertyValue (const char *propertyName, double propertyValue, NXOpen::Unit *unitType)
 Sets the the Scalar property as a constant double value with units.
 
void SetBaseScalarWithDataPropertyValue (const NXString &propertyName, const NXString &propertyValue, NXOpen::Unit *unitType)
 Sets the the Scalar property as a string value with units.
 
void SetBaseScalarWithDataPropertyValue (const char *propertyName, const char *propertyValue, NXOpen::Unit *unitType)
 Sets the the Scalar property as a string value with units.
 
void SetBooleanPropertyValue (const NXString &propertyName, bool propertyValue)
 Sets the boolean value of the property.
 
void SetBooleanPropertyValue (const char *propertyName, bool propertyValue)
 Sets the boolean value of the property.
 
void SetCoordinateSystemPropertyValue (const NXString &propertyName, NXOpen::CoordinateSystem *propertyValue)
 Sets the coordinate system CoordinateSystem.
 
void SetCoordinateSystemPropertyValue (const char *propertyName, NXOpen::CoordinateSystem *propertyValue)
 Sets the coordinate system CoordinateSystem.
 
void SetDoublePropertyValue (const NXString &propertyName, double propertyValue)
 Sets the double value of the property.
 
void SetDoublePropertyValue (const char *propertyName, double propertyValue)
 Sets the double value of the property.
 
void SetFieldWrapperPropertyValue (const NXString &propertyName, NXOpen::Fields::FieldWrapper *propertyValue)
 Sets the field wrapper Fields::FieldWrapper.
 
void SetFieldWrapperPropertyValue (const char *propertyName, NXOpen::Fields::FieldWrapper *propertyValue)
 Sets the field wrapper Fields::FieldWrapper.
 
void SetIntegerArrayPropertyValue (const NXString &propertyName, const std::vector< int > &propertyValue)
 Sets the integer array value of the property.
 
void SetIntegerArrayPropertyValue (const char *propertyName, const std::vector< int > &propertyValue)
 Sets the integer array value of the property.
 
void SetIntegerPropertyValue (const NXString &propertyName, int propertyValue)
 Sets the integer value of the property.
 
void SetIntegerPropertyValue (const char *propertyName, int propertyValue)
 Sets the integer value of the property.
 
void SetMaterialPropertyValue (const NXString &propertyName, bool materialInherited, NXOpen::PhysicalMaterial *material)
 Sets the material value.
 
void SetMaterialPropertyValue (const char *propertyName, bool materialInherited, NXOpen::PhysicalMaterial *material)
 Sets the material value.
 
void SetMatrixPropertyValue (const NXString &propertyName, NXOpen::ScalarMatrixValue *matrix)
 Set a matrix cell value from the matrix value of the property.
 
void SetMatrixPropertyValue (const char *propertyName, NXOpen::ScalarMatrixValue *matrix)
 Set a matrix cell value from the matrix value of the property.
 
void SetScalarArrayPropertyValue (const NXString &propertyName, const std::vector< double > &propertyValue)
 Sets the scalar array value of the property.
 
void SetScalarArrayPropertyValue (const char *propertyName, const std::vector< double > &propertyValue)
 Sets the scalar array value of the property.
 
void SetScalarArrayWithUnitsPropertyValue (const NXString &propertyName, const std::vector< double > &propertyValue, NXOpen::Unit *unitType)
 Sets the scalar array and unit value of the property.
 
void SetScalarArrayWithUnitsPropertyValue (const char *propertyName, const std::vector< double > &propertyValue, NXOpen::Unit *unitType)
 Sets the scalar array and unit value of the property.
 
void SetScalarFieldWrapperPropertyValue (const NXString &propertyName, NXOpen::Fields::ScalarFieldWrapper *propertyValue)
 Sets the scalar field wrapper Fields::ScalarFieldWrapper.
 
void SetScalarFieldWrapperPropertyValue (const char *propertyName, NXOpen::Fields::ScalarFieldWrapper *propertyValue)
 Sets the scalar field wrapper Fields::ScalarFieldWrapper.
 
void SetScalarPropertyValue (const NXString &propertyName, NXOpen::Expression *propertyValue)
 Sets the expression Expression value of the property Use BasePropertyTable::SetBaseScalarWithDataPropertyValue for a constant value when an expression Expression is not needed.
 
void SetScalarPropertyValue (const char *propertyName, NXOpen::Expression *propertyValue)
 Sets the expression Expression value of the property Use BasePropertyTable::SetBaseScalarWithDataPropertyValue for a constant value when an expression Expression is not needed.
 
void SetScalarTablePropertyValue (const NXString &propertyName, NXOpen::ScalarTableValue *table)
 Set a scalar table value from the scalar table value of the property.
 
void SetScalarTablePropertyValue (const char *propertyName, NXOpen::ScalarTableValue *table)
 Set a scalar table value from the scalar table value of the property.
 
void SetStringPropertyValue (const NXString &propertyName, const NXString &propertyValue)
 Sets the string value of the property.
 
void SetStringPropertyValue (const char *propertyName, const char *propertyValue)
 Sets the string value of the property.
 
void SetTablePropertyOverride (const NXString &propertyName)
 Set property override flag.
 
void SetTablePropertyOverride (const char *propertyName)
 Set property override flag.
 
void SetTablePropertyWithoutValue (const NXString &propertyName)
 Unset a property.
 
void SetTablePropertyWithoutValue (const char *propertyName)
 Unset a property.
 
- Public Member Functions inherited from NXOpen::NXObject
void DeleteAllAttributesByType (NXOpen::NXObject::AttributeType type)
 Deletes all attributes of a specific type.
 
void DeleteAllAttributesByType (NXOpen::NXObject::AttributeType type, NXOpen::Update::Option option)
 Deletes all attributes of a specific type with the option to update or not.
 
void DeleteAttributeByTypeAndTitle (NXOpen::NXObject::AttributeType type, const NXString &title)
 Deletes an attribute by type and title.
 
void DeleteAttributeByTypeAndTitle (NXOpen::NXObject::AttributeType type, const char *title)
 Deletes an attribute by type and title.
 
void DeleteAttributeByTypeAndTitle (NXOpen::NXObject::AttributeType type, const NXString &title, NXOpen::Update::Option option)
 Deletes an attribute by type and title with the option to update or not.
 
void DeleteAttributeByTypeAndTitle (NXOpen::NXObject::AttributeType type, const char *title, NXOpen::Update::Option option)
 Deletes an attribute by type and title with the option to update or not.
 
void DeleteUserAttribute (NXOpen::NXObject::AttributeType type, const NXString &title, bool deleteEntireArray, NXOpen::Update::Option option)
 Deletes the first attribute encountered with the given Type, Title and Index.
 
void DeleteUserAttribute (NXOpen::NXObject::AttributeType type, const char *title, bool deleteEntireArray, NXOpen::Update::Option option)
 Deletes the first attribute encountered with the given Type, Title and Index.
 
void DeleteUserAttributes (NXOpen::NXObject::AttributeType type, NXOpen::Update::Option option)
 Deletes the attributes encountered with the given Type with option to update or not.
 
virtual NXOpen::INXObjectFindObject (const NXString &journalIdentifier)
 Finds the NXObject with the given identifier as recorded in a journal.
 
NXOpen::INXObjectFindObject (const char *journalIdentifier)
 Finds the NXObject with the given identifier as recorded in a journal.
 
std::vector
< NXOpen::NXObject::AttributeInformation
GetAttributeTitlesByType (NXOpen::NXObject::AttributeType type)
 Gets all the attribute titles of a specific type.
 
bool GetBooleanUserAttribute (const NXString &title, int index)
 Gets a boolean attribute by Title and array Index.
 
bool GetBooleanUserAttribute (const char *title, int index)
 Gets a boolean attribute by Title and array Index.
 
NXOpen::NXObject::ComputationalTime GetComputationalTimeUserAttribute (const NXString &title, int index)
 Gets a time attribute by Title and array Index.
 
NXOpen::NXObject::ComputationalTime GetComputationalTimeUserAttribute (const char *title, int index)
 Gets a time attribute by Title and array Index.
 
int GetIntegerAttribute (const NXString &title)
 Gets an integer attribute by title.
 
int GetIntegerAttribute (const char *title)
 Gets an integer attribute by title.
 
int GetIntegerUserAttribute (const NXString &title, int index)
 Gets an integer attribute by Title and array Index.
 
int GetIntegerUserAttribute (const char *title, int index)
 Gets an integer attribute by Title and array Index.
 
double GetRealAttribute (const NXString &title)
 Gets a real attribute by title.
 
double GetRealAttribute (const char *title)
 Gets a real attribute by title.
 
double GetRealUserAttribute (const NXString &title, int index)
 Gets a real attribute by Title and array Index.
 
double GetRealUserAttribute (const char *title, int index)
 Gets a real attribute by Title and array Index.
 
NXString GetReferenceAttribute (const NXString &title)
 Gets the reference string (not the calculated value) of a string attribute that uses a reference string.
 
NXString GetReferenceAttribute (const char *title)
 Gets the reference string (not the calculated value) of a string attribute that uses a reference string.
 
NXString GetStringAttribute (const NXString &title)
 Gets a string attribute value by title.
 
NXString GetStringAttribute (const char *title)
 Gets a string attribute value by title.
 
NXString GetStringUserAttribute (const NXString &title, int index)
 Gets a string attribute by Title and array Index.
 
NXString GetStringUserAttribute (const char *title, int index)
 Gets a string attribute by Title and array Index.
 
NXString GetTimeAttribute (NXOpen::NXObject::DateAndTimeFormat format, const NXString &title)
 Gets a time attribute by title.
 
NXString GetTimeAttribute (NXOpen::NXObject::DateAndTimeFormat format, const char *title)
 Gets a time attribute by title.
 
NXString GetTimeUserAttribute (const NXString &title, int index)
 Gets a time attribute by Title and array Index.
 
NXString GetTimeUserAttribute (const char *title, int index)
 Gets a time attribute by Title and array Index.
 
NXOpen::NXObject::AttributeInformation GetUserAttribute (const NXString &title, NXOpen::NXObject::AttributeType type, int index)
 Gets the first attribute encountered on the object, if any, with a given Title, Type and array Index.
 
NXOpen::NXObject::AttributeInformation GetUserAttribute (const char *title, NXOpen::NXObject::AttributeType type, int index)
 Gets the first attribute encountered on the object, if any, with a given Title, Type and array Index.
 
NXString GetUserAttributeAsString (const NXString &title, NXOpen::NXObject::AttributeType type, int index)
 Gets the first attribute encountered on the object, if any, with a given title, type and array index.
 
NXString GetUserAttributeAsString (const char *title, NXOpen::NXObject::AttributeType type, int index)
 Gets the first attribute encountered on the object, if any, with a given title, type and array index.
 
bool GetUserAttributeLock (const NXString &title, NXOpen::NXObject::AttributeType type)
 Determine the lock of the given attribute.
 
bool GetUserAttributeLock (const char *title, NXOpen::NXObject::AttributeType type)
 Determine the lock of the given attribute.
 
std::vector
< NXOpen::NXObject::AttributeInformation
GetUserAttributes ()
 Gets all the attributes that have been set on the given object.
 
std::vector
< NXOpen::NXObject::AttributeInformation
GetUserAttributes (bool includeUnset)
 Gets all the attributes that have been set on the given object.
 
std::vector
< NXOpen::NXObject::AttributeInformation
GetUserAttributes (bool includeUnset, bool addStringValues)
 Gets all the attributes that have been set on the given object.
 
std::vector< NXStringGetUserAttributesAsStrings ()
 Gets all the attributes that have been set on the given object.
 
std::vector< NXOpen::NXObject * > GetUserAttributeSourceObjects ()
 Returns an array of objects from which this object presents attributes.
 
bool HasUserAttribute (const NXString &title, NXOpen::NXObject::AttributeType type, int index)
 Determines if an attribute with the given Title, Type and array Index is present on the object If the attribute is not an array, the Index is ignored (if this is known beforehand, we recommend setting the Index to -1 to save time).
 
bool HasUserAttribute (const char *title, NXOpen::NXObject::AttributeType type, int index)
 Determines if an attribute with the given Title, Type and array Index is present on the object If the attribute is not an array, the Index is ignored (if this is known beforehand, we recommend setting the Index to -1 to save time).
 
virtual bool IsOccurrence ()
 Returns whether this object is an occurrence or not.
 
virtual NXString JournalIdentifier ()
 Returns the identifier that would be recorded in a journal for this object.
 
virtual NXString Name ()
 Returns the custom name of the object.
 
virtual
NXOpen::Assemblies::Component
OwningComponent ()
 Returns the owning component, if this object is an occurrence.
 
virtual NXOpen::BasePartOwningPart ()
 Returns the owning part of this object
Created in NX3.0.0.
 
virtual void Print ()
 Prints a representation of this object to the system log file.
 
virtual NXOpen::INXObjectPrototype ()
 Returns the prototype of this object if it is an occurrence.
 
void SetAttribute (const NXString &title, int value)
 Creates or modifies an integer attribute.
 
void SetAttribute (const char *title, int value)
 Creates or modifies an integer attribute.
 
void SetAttribute (const NXString &title, int value, NXOpen::Update::Option option)
 Creates or modifies an integer attribute with the option to update or not.
 
void SetAttribute (const char *title, int value, NXOpen::Update::Option option)
 Creates or modifies an integer attribute with the option to update or not.
 
void SetAttribute (const NXString &title, double value)
 Creates or modifies a real attribute.
 
void SetAttribute (const char *title, double value)
 Creates or modifies a real attribute.
 
void SetAttribute (const NXString &title, double value, NXOpen::Update::Option option)
 Creates or modifies a real attribute with the option to update or not.
 
void SetAttribute (const char *title, double value, NXOpen::Update::Option option)
 Creates or modifies a real attribute with the option to update or not.
 
void SetAttribute (const NXString &title, const NXString &value)
 Creates or modifies a string attribute.
 
void SetAttribute (const char *title, const char *value)
 Creates or modifies a string attribute.
 
void SetAttribute (const NXString &title, const NXString &value, NXOpen::Update::Option option)
 Creates or modifies a string attribute with the option to update or not.
 
void SetAttribute (const char *title, const char *value, NXOpen::Update::Option option)
 Creates or modifies a string attribute with the option to update or not.
 
void SetAttribute (const NXString &title)
 Creates or modifies a null attribute which is an attribute with a title and no value.
 
void SetAttribute (const char *title)
 Creates or modifies a null attribute which is an attribute with a title and no value.
 
void SetAttribute (const NXString &title, NXOpen::Update::Option option)
 Creates or modifies a null attribute with the option to update or not.
 
void SetAttribute (const char *title, NXOpen::Update::Option option)
 Creates or modifies a null attribute with the option to update or not.
 
void SetBooleanUserAttribute (const NXString &title, int index, bool value, NXOpen::Update::Option option)
 Creates or modifies a boolean attribute with the option to update or not.
 
void SetBooleanUserAttribute (const char *title, int index, bool value, NXOpen::Update::Option option)
 Creates or modifies a boolean attribute with the option to update or not.
 
virtual void SetName (const NXString &name)
 Sets the custom name of the object.
 
void SetName (const char *name)
 Sets the custom name of the object.
 
void SetReferenceAttribute (const NXString &title, const NXString &value)
 Creates or modifies a string attribute which uses a reference string.
 
void SetReferenceAttribute (const char *title, const char *value)
 Creates or modifies a string attribute which uses a reference string.
 
void SetReferenceAttribute (const NXString &title, const NXString &value, NXOpen::Update::Option option)
 Creates or modifies a string attribute which uses a reference string, with the option to update or not.
 
void SetReferenceAttribute (const char *title, const char *value, NXOpen::Update::Option option)
 Creates or modifies a string attribute which uses a reference string, with the option to update or not.
 
void SetTimeAttribute (const NXString &title, const NXString &value)
 Creates or modifies a time attribute.
 
void SetTimeAttribute (const char *title, const char *value)
 Creates or modifies a time attribute.
 
void SetTimeAttribute (const NXString &title, const NXString &value, NXOpen::Update::Option option)
 Creates or modifies a time attribute with the option to update or not.
 
void SetTimeAttribute (const char *title, const char *value, NXOpen::Update::Option option)
 Creates or modifies a time attribute with the option to update or not.
 
void SetTimeUserAttribute (const NXString &title, int index, const NXString &value, NXOpen::Update::Option option)
 Creates or modifies a time attribute with the option to update or not.
 
void SetTimeUserAttribute (const char *title, int index, const char *value, NXOpen::Update::Option option)
 Creates or modifies a time attribute with the option to update or not.
 
void SetTimeUserAttribute (const NXString &title, int index, const NXOpen::NXObject::ComputationalTime &value, NXOpen::Update::Option option)
 Creates or modifies a time attribute with the option to update or not.
 
void SetTimeUserAttribute (const char *title, int index, const NXOpen::NXObject::ComputationalTime &value, NXOpen::Update::Option option)
 Creates or modifies a time attribute with the option to update or not.
 
void SetUserAttribute (const NXOpen::NXObject::AttributeInformation &info, NXOpen::Update::Option option)
 Creates or modifies an attribute with the option to update or not.
 
void SetUserAttribute (const NXString &title, int index, int value, NXOpen::Update::Option option)
 Creates or modifies an integer attribute with the option to update or not.
 
void SetUserAttribute (const char *title, int index, int value, NXOpen::Update::Option option)
 Creates or modifies an integer attribute with the option to update or not.
 
void SetUserAttribute (const NXString &title, int index, double value, NXOpen::Update::Option option)
 Creates or modifies a real attribute with the option to update or not.
 
void SetUserAttribute (const char *title, int index, double value, NXOpen::Update::Option option)
 Creates or modifies a real attribute with the option to update or not.
 
void SetUserAttribute (const NXString &title, int index, const NXString &value, NXOpen::Update::Option option)
 Creates or modifies a string attribute with the option to update or not.
 
void SetUserAttribute (const char *title, int index, const char *value, NXOpen::Update::Option option)
 Creates or modifies a string attribute with the option to update or not.
 
void SetUserAttribute (const NXString &title, int index, NXOpen::Update::Option option)
 Creates or modifies a null attribute with the option to update or not.
 
void SetUserAttribute (const char *title, int index, NXOpen::Update::Option option)
 Creates or modifies a null attribute with the option to update or not.
 
void SetUserAttributeLock (const NXString &title, NXOpen::NXObject::AttributeType type, bool lock)
 Lock or unlock the given attribute.
 
void SetUserAttributeLock (const char *title, NXOpen::NXObject::AttributeType type, bool lock)
 Lock or unlock the given attribute.
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t GetTag () const
 
<b>Deprecated</b>:<br>

   Use Tag instead.

 
tag_t Tag () const
 Returns the tag of this object.
 
- Public Member Functions inherited from NXOpen::INXObject
NXOpen::INXObjectFindObject (const char *journalIdentifier)
 Finds the NXObject with the given identifier as recorded in a journal.
 
void SetName (const char *name)
 Sets the custom name of the object.
 

Detailed Description

Represents a property table.


This is a sub object

Created in NX9.0.0.

Member Enumeration Documentation

Property Types.

Enumerator:
BasePropertyTypeUnknown 

unknown

BasePropertyTypeString 

string

BasePropertyTypeBoolean 

boolean

BasePropertyTypeInteger 

integer

BasePropertyTypeDouble 

double

BasePropertyTypeFieldWrapper 

field wrapper

BasePropertyTypeScalarFieldWrapper 

scalar field wrapper

BasePropertyTypeCoordinateSystem 

coordinate system

BasePropertyTypeDoubleArray 

double array

BasePropertyTypeIntegerArray 

integer array

BasePropertyTypePhysicalMaterial 

physical material

BasePropertyTypeMatrix 

matrix

BasePropertyTypeScalarTable 

scalar table

Member Function Documentation

void NXOpen::BasePropertyTable::ClearTablePropertyOverride ( const NXString propertyName)

Clear property override flag.


Created in NX9.0.0.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
void NXOpen::BasePropertyTable::ClearTablePropertyOverride ( const char *  propertyName)

Clear property override flag.


Created in NX9.0.0.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
void NXOpen::BasePropertyTable::CopyProperties ( NXOpen::BasePropertyTable sourceTable)

Copies the values from the input table into this table, the table descriptor neutral names must match
Created in NX9.0.0.



License requirements : None

Parameters
sourceTablesource table
NXString NXOpen::BasePropertyTable::DescriptorNeutralName ( )

Returns the neutral name of the property table's descriptor
Created in NX8.5.0.



License requirements : None

NXString NXOpen::BasePropertyTable::DescriptorSpecificName ( )

Returns the language specific name of the property table's descriptor
Created in NX8.5.0.



License requirements : None

NXOpen::BasePropertyTable::BasePropertyType NXOpen::BasePropertyTable::GetBasePropertyType ( const NXString propertyName)

Returns the type of the property.

Returns
type of the property
Created in NX9.0.0.

License requirements : None
Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
NXOpen::BasePropertyTable::BasePropertyType NXOpen::BasePropertyTable::GetBasePropertyType ( const char *  propertyName)

Returns the type of the property.

Returns
type of the property
Created in NX9.0.0.

License requirements : None
Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
NXOpen::Fields::FieldExpression* NXOpen::BasePropertyTable::GetBaseScalarFieldPropertyValue ( const NXString propertyName)

Returns the field expression Fields::FieldExpression value of the property.

    @return  value of the property 


Created in NX9.0.0.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
NXOpen::Fields::FieldExpression* NXOpen::BasePropertyTable::GetBaseScalarFieldPropertyValue ( const char *  propertyName)

Returns the field expression Fields::FieldExpression value of the property.

    @return  value of the property 


Created in NX9.0.0.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
void NXOpen::BasePropertyTable::GetBaseScalarWithDataPropertyValue ( const NXString propertyName,
double *  propertyValue,
NXOpen::Unit **  unitType 
)

Returns the double value of the property with units.


Created in NX9.0.0.

License requirements : None

Parameters
propertyNamename of the Scalar
NOTE: The full Unicode character set is not supported for this parameter.
propertyValueThe current double value of the Scalar
unitTypeUnit type for the Scalar NULL if the Scalar has no units
void NXOpen::BasePropertyTable::GetBaseScalarWithDataPropertyValue ( const char *  propertyName,
double *  propertyValue,
NXOpen::Unit **  unitType 
)

Returns the double value of the property with units.


Created in NX9.0.0.

License requirements : None

Parameters
propertyNamename of the Scalar
NOTE: The full Unicode character set is not supported for this parameter.
propertyValueThe current double value of the Scalar
unitTypeUnit type for the Scalar NULL if the Scalar has no units
bool NXOpen::BasePropertyTable::GetBooleanPropertyValue ( const NXString propertyName)

Returns the boolean value of the property.

    @return  value of the property 


Created in NX4.0.0.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
bool NXOpen::BasePropertyTable::GetBooleanPropertyValue ( const char *  propertyName)

Returns the boolean value of the property.

    @return  value of the property 


Created in NX4.0.0.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
NXOpen::CoordinateSystem* NXOpen::BasePropertyTable::GetCoordinateSystemPropertyValue ( const NXString propertyName)

Returns the coordinate system CoordinateSystem.

    @return  value of the property 


Created in NX4.0.0.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
NXOpen::CoordinateSystem* NXOpen::BasePropertyTable::GetCoordinateSystemPropertyValue ( const char *  propertyName)

Returns the coordinate system CoordinateSystem.

    @return  value of the property 


Created in NX4.0.0.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
double NXOpen::BasePropertyTable::GetDoublePropertyValue ( const NXString propertyName)

Returns the double value of the property.

    @return  value of the property 


Created in NX4.0.0.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
double NXOpen::BasePropertyTable::GetDoublePropertyValue ( const char *  propertyName)

Returns the double value of the property.

    @return  value of the property 


Created in NX4.0.0.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
NXOpen::Fields::FieldWrapper* NXOpen::BasePropertyTable::GetFieldWrapperPropertyValue ( const NXString propertyName)

Returns the field wrapper Fields::FieldWrapper.

    @return  value of the property 


Created in NX6.0.0.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
NXOpen::Fields::FieldWrapper* NXOpen::BasePropertyTable::GetFieldWrapperPropertyValue ( const char *  propertyName)

Returns the field wrapper Fields::FieldWrapper.

    @return  value of the property 


Created in NX6.0.0.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
std::vector<int> NXOpen::BasePropertyTable::GetIntegerArrayPropertyValue ( const NXString propertyName)

Returns the integer array value of the property.

    @return  


Created in NX5.0.0.

License requirements : None

Parameters
propertyName
NOTE: The full Unicode character set is not supported for this parameter.
std::vector<int> NXOpen::BasePropertyTable::GetIntegerArrayPropertyValue ( const char *  propertyName)

Returns the integer array value of the property.

    @return  


Created in NX5.0.0.

License requirements : None

Parameters
propertyName
NOTE: The full Unicode character set is not supported for this parameter.
int NXOpen::BasePropertyTable::GetIntegerPropertyValue ( const NXString propertyName)

Returns the integer value of the property.

    @return  value of the property 


Created in NX4.0.0.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
int NXOpen::BasePropertyTable::GetIntegerPropertyValue ( const char *  propertyName)

Returns the integer value of the property.

    @return  value of the property 


Created in NX4.0.0.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
void NXOpen::BasePropertyTable::GetMaterialPropertyValue ( const NXString propertyName,
bool *  materialInherited,
NXOpen::PhysicalMaterial **  material 
)

Gets the material value.


Created in NX9.0.0.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
materialInheritedtrue indicate the material is inherited from referenced object assignments such as geometry
materialthe material value to assign
void NXOpen::BasePropertyTable::GetMaterialPropertyValue ( const char *  propertyName,
bool *  materialInherited,
NXOpen::PhysicalMaterial **  material 
)

Gets the material value.


Created in NX9.0.0.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
materialInheritedtrue indicate the material is inherited from referenced object assignments such as geometry
materialthe material value to assign
NXOpen::ScalarMatrixValue* NXOpen::BasePropertyTable::GetMatrixPropertyValue ( const NXString propertyName)

Returns a matrix cell value from the matrix value of the property.

    @return  NxM Scalar matrix 


Created in NX6.0.0.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
NXOpen::ScalarMatrixValue* NXOpen::BasePropertyTable::GetMatrixPropertyValue ( const char *  propertyName)

Returns a matrix cell value from the matrix value of the property.

    @return  NxM Scalar matrix 


Created in NX6.0.0.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
int NXOpen::BasePropertyTable::GetPropertyCount ( )

The count of properties in the table.

Returns
count of properties
Created in NX4.0.0.

License requirements : None
NXString NXOpen::BasePropertyTable::GetPropertyNameByIndex ( int  index)

Returns the name of the property.

Returns
name of the property
Created in NX4.0.0.

License requirements : None
Parameters
indexindex of the property
std::vector<double> NXOpen::BasePropertyTable::GetScalarArrayPropertyValue ( const NXString propertyName)

Returns the scalar array value of the property.

   Use @link BasePropertyTable::GetScalarArrayWithUnitsPropertyValue BasePropertyTable::GetScalarArrayWithUnitsPropertyValue@endlink 
   when other than base units are set.
    @return  value of the property 


Created in NX5.0.0.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
std::vector<double> NXOpen::BasePropertyTable::GetScalarArrayPropertyValue ( const char *  propertyName)

Returns the scalar array value of the property.

   Use @link BasePropertyTable::GetScalarArrayWithUnitsPropertyValue BasePropertyTable::GetScalarArrayWithUnitsPropertyValue@endlink 
   when other than base units are set.
    @return  value of the property 


Created in NX5.0.0.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
void NXOpen::BasePropertyTable::GetScalarArrayWithUnitsPropertyValue ( const NXString propertyName,
std::vector< double > &  propertyValue,
NXOpen::Unit **  unitType 
)

Returns the scalar array and unit value of the property.


Created in NX7.5.0.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
propertyValuearray of values of the property
unitTypeUnit type for the Array NULL if the Array has no units
void NXOpen::BasePropertyTable::GetScalarArrayWithUnitsPropertyValue ( const char *  propertyName,
std::vector< double > &  propertyValue,
NXOpen::Unit **  unitType 
)

Returns the scalar array and unit value of the property.


Created in NX7.5.0.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
propertyValuearray of values of the property
unitTypeUnit type for the Array NULL if the Array has no units
NXOpen::Fields::ScalarFieldWrapper* NXOpen::BasePropertyTable::GetScalarFieldWrapperPropertyValue ( const NXString propertyName)

Returns the scalar field wrapper Fields::ScalarFieldWrapper.

    @return  value of the property 


Created in NX6.0.0.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
NXOpen::Fields::ScalarFieldWrapper* NXOpen::BasePropertyTable::GetScalarFieldWrapperPropertyValue ( const char *  propertyName)

Returns the scalar field wrapper Fields::ScalarFieldWrapper.

    @return  value of the property 


Created in NX6.0.0.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
NXOpen::Expression* NXOpen::BasePropertyTable::GetScalarPropertyValue ( const NXString propertyName)

Returns the expression Expression value of the property Use BasePropertyTable::SetBaseScalarWithDataPropertyValue for a constant value when an expression Expression is not needed.

    @return  value of the property 


Created in NX4.0.0.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
NXOpen::Expression* NXOpen::BasePropertyTable::GetScalarPropertyValue ( const char *  propertyName)

Returns the expression Expression value of the property Use BasePropertyTable::SetBaseScalarWithDataPropertyValue for a constant value when an expression Expression is not needed.

    @return  value of the property 


Created in NX4.0.0.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
NXOpen::ScalarTableValue* NXOpen::BasePropertyTable::GetScalarTablePropertyValue ( const NXString propertyName)

Returns a scalar table value value from the scalar table value of the property.

    @return  NxM Scalar table 


Created in NX6.0.0.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
NXOpen::ScalarTableValue* NXOpen::BasePropertyTable::GetScalarTablePropertyValue ( const char *  propertyName)

Returns a scalar table value value from the scalar table value of the property.

    @return  NxM Scalar table 


Created in NX6.0.0.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
NXString NXOpen::BasePropertyTable::GetStringPropertyValue ( const NXString propertyName)

Returns the string value of the property.

    @return  value of the property 


Created in NX4.0.0.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
NXString NXOpen::BasePropertyTable::GetStringPropertyValue ( const char *  propertyName)

Returns the string value of the property.

    @return  value of the property 


Created in NX4.0.0.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
void NXOpen::BasePropertyTable::SetBaseScalarFieldPropertyValue ( const NXString propertyName,
NXOpen::Fields::FieldExpression propertyValue 
)

Sets the field expression Fields::FieldExpression value of the property.


Created in NX9.0.0.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
propertyValuevalue of the property
void NXOpen::BasePropertyTable::SetBaseScalarFieldPropertyValue ( const char *  propertyName,
NXOpen::Fields::FieldExpression propertyValue 
)

Sets the field expression Fields::FieldExpression value of the property.


Created in NX9.0.0.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
propertyValuevalue of the property
void NXOpen::BasePropertyTable::SetBaseScalarWithDataPropertyValue ( const NXString propertyName,
double  propertyValue,
NXOpen::Unit unitType 
)

Sets the the Scalar property as a constant double value with units.

   Use @link BasePropertyTable::SetScalarPropertyValue BasePropertyTable::SetScalarPropertyValue@endlink  to enable
   Design Logic for this property.


Created in NX9.0.0.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
propertyValueThe double value for the Scalar
unitTypeUnit type for the Scalar NULL if the Scalar has no units
void NXOpen::BasePropertyTable::SetBaseScalarWithDataPropertyValue ( const char *  propertyName,
double  propertyValue,
NXOpen::Unit unitType 
)

Sets the the Scalar property as a constant double value with units.

   Use @link BasePropertyTable::SetScalarPropertyValue BasePropertyTable::SetScalarPropertyValue@endlink  to enable
   Design Logic for this property.


Created in NX9.0.0.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
propertyValueThe double value for the Scalar
unitTypeUnit type for the Scalar NULL if the Scalar has no units
void NXOpen::BasePropertyTable::SetBaseScalarWithDataPropertyValue ( const NXString propertyName,
const NXString propertyValue,
NXOpen::Unit unitType 
)

Sets the the Scalar property as a string value with units.

   When the string does not represent a constant number, then an expression is created.
   Once a property has an expression, subsequent set commands will retain the expression
   and edit the new string into it.
   The string must not be empty. To set this property to empty, use @link BasePropertyTable::SetTablePropertyWithoutValue BasePropertyTable::SetTablePropertyWithoutValue@endlink .


Created in NX9.0.0.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
propertyValueThe string value for the Scalar
NOTE: The full Unicode character set is not supported for this parameter.
unitTypeUnit type for the Scalar NULL if the Scalar has no units
void NXOpen::BasePropertyTable::SetBaseScalarWithDataPropertyValue ( const char *  propertyName,
const char *  propertyValue,
NXOpen::Unit unitType 
)

Sets the the Scalar property as a string value with units.

   When the string does not represent a constant number, then an expression is created.
   Once a property has an expression, subsequent set commands will retain the expression
   and edit the new string into it.
   The string must not be empty. To set this property to empty, use @link BasePropertyTable::SetTablePropertyWithoutValue BasePropertyTable::SetTablePropertyWithoutValue@endlink .


Created in NX9.0.0.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
propertyValueThe string value for the Scalar
NOTE: The full Unicode character set is not supported for this parameter.
unitTypeUnit type for the Scalar NULL if the Scalar has no units
void NXOpen::BasePropertyTable::SetBooleanPropertyValue ( const NXString propertyName,
bool  propertyValue 
)

Sets the boolean value of the property.


Created in NX4.0.0.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
propertyValuevalue of the property
void NXOpen::BasePropertyTable::SetBooleanPropertyValue ( const char *  propertyName,
bool  propertyValue 
)

Sets the boolean value of the property.


Created in NX4.0.0.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
propertyValuevalue of the property
void NXOpen::BasePropertyTable::SetCoordinateSystemPropertyValue ( const NXString propertyName,
NXOpen::CoordinateSystem propertyValue 
)

Sets the coordinate system CoordinateSystem.


Created in NX4.0.0.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
propertyValuevalue of the property
void NXOpen::BasePropertyTable::SetCoordinateSystemPropertyValue ( const char *  propertyName,
NXOpen::CoordinateSystem propertyValue 
)

Sets the coordinate system CoordinateSystem.


Created in NX4.0.0.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
propertyValuevalue of the property
void NXOpen::BasePropertyTable::SetDoublePropertyValue ( const NXString propertyName,
double  propertyValue 
)

Sets the double value of the property.


Created in NX4.0.0.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
propertyValuevalue of the property
void NXOpen::BasePropertyTable::SetDoublePropertyValue ( const char *  propertyName,
double  propertyValue 
)

Sets the double value of the property.


Created in NX4.0.0.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
propertyValuevalue of the property
void NXOpen::BasePropertyTable::SetFieldWrapperPropertyValue ( const NXString propertyName,
NXOpen::Fields::FieldWrapper propertyValue 
)

Sets the field wrapper Fields::FieldWrapper.


Created in NX6.0.0.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
propertyValuevalue of the property
void NXOpen::BasePropertyTable::SetFieldWrapperPropertyValue ( const char *  propertyName,
NXOpen::Fields::FieldWrapper propertyValue 
)

Sets the field wrapper Fields::FieldWrapper.


Created in NX6.0.0.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
propertyValuevalue of the property
void NXOpen::BasePropertyTable::SetIntegerArrayPropertyValue ( const NXString propertyName,
const std::vector< int > &  propertyValue 
)

Sets the integer array value of the property.


Created in NX5.0.0.

License requirements : None

Parameters
propertyName
NOTE: The full Unicode character set is not supported for this parameter.
propertyValueproperty value
void NXOpen::BasePropertyTable::SetIntegerArrayPropertyValue ( const char *  propertyName,
const std::vector< int > &  propertyValue 
)

Sets the integer array value of the property.


Created in NX5.0.0.

License requirements : None

Parameters
propertyName
NOTE: The full Unicode character set is not supported for this parameter.
propertyValueproperty value
void NXOpen::BasePropertyTable::SetIntegerPropertyValue ( const NXString propertyName,
int  propertyValue 
)

Sets the integer value of the property.


Created in NX4.0.0.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
propertyValuevalue of the property
void NXOpen::BasePropertyTable::SetIntegerPropertyValue ( const char *  propertyName,
int  propertyValue 
)

Sets the integer value of the property.


Created in NX4.0.0.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
propertyValuevalue of the property
void NXOpen::BasePropertyTable::SetMaterialPropertyValue ( const NXString propertyName,
bool  materialInherited,
NXOpen::PhysicalMaterial material 
)

Sets the material value.


Created in NX6.0.3.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
materialInheritedtrue indicate the material is inherited from referenced object assignments such as geometry
materialthe material value to assign
void NXOpen::BasePropertyTable::SetMaterialPropertyValue ( const char *  propertyName,
bool  materialInherited,
NXOpen::PhysicalMaterial material 
)

Sets the material value.


Created in NX6.0.3.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
materialInheritedtrue indicate the material is inherited from referenced object assignments such as geometry
materialthe material value to assign
void NXOpen::BasePropertyTable::SetMatrixPropertyValue ( const NXString propertyName,
NXOpen::ScalarMatrixValue matrix 
)

Set a matrix cell value from the matrix value of the property.


Created in NX6.0.0.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
matrixNxM Scalar matrix
void NXOpen::BasePropertyTable::SetMatrixPropertyValue ( const char *  propertyName,
NXOpen::ScalarMatrixValue matrix 
)

Set a matrix cell value from the matrix value of the property.


Created in NX6.0.0.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
matrixNxM Scalar matrix
void NXOpen::BasePropertyTable::SetScalarArrayPropertyValue ( const NXString propertyName,
const std::vector< double > &  propertyValue 
)

Sets the scalar array value of the property.

   Use @link BasePropertyTable::SetScalarArrayWithUnitsPropertyValue BasePropertyTable::SetScalarArrayWithUnitsPropertyValue@endlink 
   when other than base units are set.


Created in NX5.0.0.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
propertyValuevalue of the property
void NXOpen::BasePropertyTable::SetScalarArrayPropertyValue ( const char *  propertyName,
const std::vector< double > &  propertyValue 
)

Sets the scalar array value of the property.

   Use @link BasePropertyTable::SetScalarArrayWithUnitsPropertyValue BasePropertyTable::SetScalarArrayWithUnitsPropertyValue@endlink 
   when other than base units are set.


Created in NX5.0.0.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
propertyValuevalue of the property
void NXOpen::BasePropertyTable::SetScalarArrayWithUnitsPropertyValue ( const NXString propertyName,
const std::vector< double > &  propertyValue,
NXOpen::Unit unitType 
)

Sets the scalar array and unit value of the property.


Created in NX7.5.0.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
propertyValuevalue of the property
unitTypeUnit type for the Array
void NXOpen::BasePropertyTable::SetScalarArrayWithUnitsPropertyValue ( const char *  propertyName,
const std::vector< double > &  propertyValue,
NXOpen::Unit unitType 
)

Sets the scalar array and unit value of the property.


Created in NX7.5.0.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
propertyValuevalue of the property
unitTypeUnit type for the Array
void NXOpen::BasePropertyTable::SetScalarFieldWrapperPropertyValue ( const NXString propertyName,
NXOpen::Fields::ScalarFieldWrapper propertyValue 
)

Sets the scalar field wrapper Fields::ScalarFieldWrapper.


Created in NX6.0.0.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
propertyValuevalue of the property
void NXOpen::BasePropertyTable::SetScalarFieldWrapperPropertyValue ( const char *  propertyName,
NXOpen::Fields::ScalarFieldWrapper propertyValue 
)

Sets the scalar field wrapper Fields::ScalarFieldWrapper.


Created in NX6.0.0.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
propertyValuevalue of the property
void NXOpen::BasePropertyTable::SetScalarPropertyValue ( const NXString propertyName,
NXOpen::Expression propertyValue 
)

Sets the expression Expression value of the property Use BasePropertyTable::SetBaseScalarWithDataPropertyValue for a constant value when an expression Expression is not needed.


Created in NX4.0.0.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
propertyValuevalue of the property
void NXOpen::BasePropertyTable::SetScalarPropertyValue ( const char *  propertyName,
NXOpen::Expression propertyValue 
)

Sets the expression Expression value of the property Use BasePropertyTable::SetBaseScalarWithDataPropertyValue for a constant value when an expression Expression is not needed.


Created in NX4.0.0.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
propertyValuevalue of the property
void NXOpen::BasePropertyTable::SetScalarTablePropertyValue ( const NXString propertyName,
NXOpen::ScalarTableValue table 
)

Set a scalar table value from the scalar table value of the property.


Created in NX6.0.0.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
tableNxM Scalar table
void NXOpen::BasePropertyTable::SetScalarTablePropertyValue ( const char *  propertyName,
NXOpen::ScalarTableValue table 
)

Set a scalar table value from the scalar table value of the property.


Created in NX6.0.0.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
tableNxM Scalar table
void NXOpen::BasePropertyTable::SetStringPropertyValue ( const NXString propertyName,
const NXString propertyValue 
)

Sets the string value of the property.


Created in NX4.0.0.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
propertyValuevalue of the property
NOTE: The full Unicode character set is not supported for this parameter.
void NXOpen::BasePropertyTable::SetStringPropertyValue ( const char *  propertyName,
const char *  propertyValue 
)

Sets the string value of the property.


Created in NX4.0.0.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
propertyValuevalue of the property
NOTE: The full Unicode character set is not supported for this parameter.
void NXOpen::BasePropertyTable::SetTablePropertyOverride ( const NXString propertyName)

Set property override flag.


Created in NX9.0.0.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
void NXOpen::BasePropertyTable::SetTablePropertyOverride ( const char *  propertyName)

Set property override flag.


Created in NX9.0.0.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
void NXOpen::BasePropertyTable::SetTablePropertyWithoutValue ( const NXString propertyName)

Unset a property.

Cause a property to be output to the solver as a blank so that the solver uses its default value


Created in NX7.5.0.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
void NXOpen::BasePropertyTable::SetTablePropertyWithoutValue ( const char *  propertyName)

Unset a property.

Cause a property to be output to the solver as a blank so that the solver uses its default value


Created in NX7.5.0.

License requirements : None

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.

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