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

Represents a property table. More...

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

Public Types

enum  PropertyType {
  PropertyTypeUnknown, PropertyTypeString, PropertyTypeBoolean, PropertyTypeInteger,
  PropertyTypeDouble, PropertyTypeFieldWrapper, PropertyTypeScalarFieldWrapper, PropertyTypeCoordinateSystem,
  PropertyTypeDoubleArray, PropertyTypeIntegerArray, PropertyTypePhysicalMaterial, PropertyTypeMatrix,
  PropertyTypeScalarTable, PropertyTypeText = -1, PropertyTypeFieldExpression = -2, PropertyTypeVectorFieldWrapper = -3,
  PropertyTypeVector = -4, PropertyTypeReference = -5, PropertyTypePoint = -6, PropertyTypeDateTime = -7,
  PropertyTypeNamedPropertyTableArray = -8, PropertyTypeSetManager = -9, PropertyTypeNamedPropertyTable = -10, PropertyTypeAxis = -11,
  PropertyTypeCaeSection = -12, PropertyTypeSectionOrientation = -13, PropertyTypeSectionOffset = -14
}
 Property Types. More...
 
- Public Types inherited from NXOpen::BasePropertyTable
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

NXOpen::AxisGetAxisPropertyValue (const NXString &propertyName)
 Returns the axis Axis.
 
NXOpen::AxisGetAxisPropertyValue (const char *propertyName)
 Returns the axis Axis.
 
NXOpen::CAE::BeamSectionOptionsGetCaeSectionPropertyValue (const NXString &propertyName)
 Returns the beam section options CAE::BeamSectionOptions.
 
NXOpen::CAE::BeamSectionOptionsGetCaeSectionPropertyValue (const char *propertyName)
 Returns the beam section options CAE::BeamSectionOptions.
 
void GetDateTimePropertyValue (const NXString &propertyName, int *propertyYear, int *propertyMonth, int *propertyDay, int *propertyHour, int *propertyMin, int *propertySecond, int *propertyMsec)
 Returns the date time value of the property.
 
void GetDateTimePropertyValue (const char *propertyName, int *propertyYear, int *propertyMonth, int *propertyDay, int *propertyHour, int *propertyMin, int *propertySecond, int *propertyMsec)
 Returns the date time value of the property.
 
NXString GetExtMenuPropertyValue (const NXString &propertyName)
 Returns the ext menu value of the property.
 
NXString GetExtMenuPropertyValue (const char *propertyName)
 Returns the ext menu value of the property.
 
std::vector
< NXOpen::CAE::NamedPropertyTable * > 
GetNamedPropertyTableArrayPropertyValue (const NXString &propertyName)
 Returns the referenced array object value of the property.
 
std::vector
< NXOpen::CAE::NamedPropertyTable * > 
GetNamedPropertyTableArrayPropertyValue (const char *propertyName)
 Returns the referenced array object value of the property.
 
NXOpen::CAE::NamedPropertyTableGetNamedPropertyTablePropertyValue (const NXString &propertyName)
 Returns the referenced referenced named property table object value of the property.
 
NXOpen::CAE::NamedPropertyTableGetNamedPropertyTablePropertyValue (const char *propertyName)
 Returns the referenced referenced named property table object value of the property.
 
NXOpen::CAE::MaterialOptionsGetPhysicalMaterialPropertyValue (const NXString &propertyName)
 Returns the material options CAE::MaterialOptions.
 
NXOpen::CAE::MaterialOptionsGetPhysicalMaterialPropertyValue (const char *propertyName)
 Returns the material options CAE::MaterialOptions.
 
NXOpen::PointGetPointPropertyValue (const NXString &propertyName)
 Returns the point value of the property.
 
NXOpen::PointGetPointPropertyValue (const char *propertyName)
 Returns the point value of the property.
 
NXOpen::CAE::PropertyTable::PropertyType GetPropertyType (const NXString &propertyName)
 Returns the type of the property.
 
NXOpen::CAE::PropertyTable::PropertyType GetPropertyType (const char *propertyName)
 Returns the type of the property.
 
NXOpen::NXObjectGetReferencePropertyValue (const NXString &propertyName)
 Returns the referenced object value of the property.
 
NXOpen::NXObjectGetReferencePropertyValue (const char *propertyName)
 Returns the referenced object value of the property.
 
NXOpen::Fields::FieldExpressionGetScalarFieldPropertyValue (const NXString &propertyName)
 Returns the field expression Fields::FieldExpression value of the property.
 
NXOpen::Fields::FieldExpressionGetScalarFieldPropertyValue (const char *propertyName)
 Returns the field expression Fields::FieldExpression value of the property.
 
void GetScalarWithDataPropertyValue (const NXString &propertyName, double *propertyValue, NXOpen::Unit **unitType)
 Returns the double value of the property with units.
 
void GetScalarWithDataPropertyValue (const char *propertyName, double *propertyValue, NXOpen::Unit **unitType)
 Returns the double value of the property with units.
 
NXOpen::CAE::BeamSectionOffsetOptionsGetSectionOffsetPropertyValue (const NXString &propertyName)
 Returns the beam section offset options CAE::BeamSectionOffsetOptions.
 
NXOpen::CAE::BeamSectionOffsetOptionsGetSectionOffsetPropertyValue (const char *propertyName)
 Returns the beam section offset options CAE::BeamSectionOffsetOptions.
 
NXOpen::CAE::BeamSectionOrientationOptionsGetSectionOrientationPropertyValue (const NXString &propertyName)
 Returns the beam section orientation options CAE::BeamSectionOrientationOptions.
 
NXOpen::CAE::BeamSectionOrientationOptionsGetSectionOrientationPropertyValue (const char *propertyName)
 Returns the beam section orientation options CAE::BeamSectionOrientationOptions.
 
NXOpen::CAE::SetManagerGetSetManagerPropertyValue (const NXString &propertyName)
 Returns the referenced SetManager value of the property.
 
NXOpen::CAE::SetManagerGetSetManagerPropertyValue (const char *propertyName)
 Returns the referenced SetManager value of the property.
 
std::vector< NXStringGetTextPropertyValue (const NXString &propertyName)
 Returns the text value of the property.
 
std::vector< NXStringGetTextPropertyValue (const char *propertyName)
 Returns the text value of the property.
 
NXOpen::Fields::VectorFieldWrapperGetVectorFieldWrapperPropertyValue (const NXString &propertyName)
 Returns the vector field wrapper Fields::VectorFieldWrapper.
 
NXOpen::Fields::VectorFieldWrapperGetVectorFieldWrapperPropertyValue (const char *propertyName)
 Returns the vector field wrapper Fields::VectorFieldWrapper.
 
NXOpen::DirectionGetVectorPropertyValue (const NXString &propertyName)
 Returns the direction Direction value of the property.
 
NXOpen::DirectionGetVectorPropertyValue (const char *propertyName)
 Returns the direction Direction value of the property.
 
void SetAxisPropertyValue (const NXString &propertyName, NXOpen::Axis *propertyValue)
 Sets the axis Axis.
 
void SetAxisPropertyValue (const char *propertyName, NXOpen::Axis *propertyValue)
 Sets the axis Axis.
 
void SetCaeSectionPropertyValue (const NXString &propertyName, NXOpen::CAE::BeamSectionOptions *beamSectionOptions)
 Sets the beam section options CAE::BeamSectionOptions.
 
void SetCaeSectionPropertyValue (const char *propertyName, NXOpen::CAE::BeamSectionOptions *beamSectionOptions)
 Sets the beam section options CAE::BeamSectionOptions.
 
void SetDateTimePropertyValue (const NXString &propertyName, int propertyYear, int propertyMonth, int propertyDay, int propertyHour, int propertyMin, int propertySecond, int propertyMsec)
 Returns the date time value of the property.
 
void SetDateTimePropertyValue (const char *propertyName, int propertyYear, int propertyMonth, int propertyDay, int propertyHour, int propertyMin, int propertySecond, int propertyMsec)
 Returns the date time value of the property.
 
void SetExtMenuPropertyValue (const NXString &propertyName, const NXString &propertyValue)
 Sets the ext menu value of the property.
 
void SetExtMenuPropertyValue (const char *propertyName, const char *propertyValue)
 Sets the ext menu value of the property.
 
void SetNamedPropertyTableArrayPropertyValue (const NXString &propertyName, const std::vector< NXOpen::CAE::NamedPropertyTable * > &propertyValue)
 Sets the referenced object array value of the property.
 
void SetNamedPropertyTableArrayPropertyValue (const char *propertyName, const std::vector< NXOpen::CAE::NamedPropertyTable * > &propertyValue)
 Sets the referenced object array value of the property.
 
void SetNamedPropertyTablePropertyValue (const NXString &propertyName, NXOpen::CAE::NamedPropertyTable *namedPropertyTable)
 Sets the referenced named property table object value of the property.
 
void SetNamedPropertyTablePropertyValue (const char *propertyName, NXOpen::CAE::NamedPropertyTable *namedPropertyTable)
 Sets the referenced named property table object value of the property.
 
void SetPhysicalMaterialPropertyValue (const NXString &propertyName, NXOpen::CAE::MaterialOptions *materialOptions)
 Sets the material options CAE::MaterialOptions.
 
void SetPhysicalMaterialPropertyValue (const char *propertyName, NXOpen::CAE::MaterialOptions *materialOptions)
 Sets the material options CAE::MaterialOptions.
 
void SetPointPropertyValue (const NXString &propertyName, NXOpen::Point *propertyValue)
 Sets the point value of the property.
 
void SetPointPropertyValue (const char *propertyName, NXOpen::Point *propertyValue)
 Sets the point value of the property.
 
void SetReferencePropertyValue (const NXString &propertyName, NXOpen::NXObject *propertyValue)
 Sets the referenced object value of the property.
 
void SetReferencePropertyValue (const char *propertyName, NXOpen::NXObject *propertyValue)
 Sets the referenced object value of the property.
 
void SetScalarFieldPropertyValue (const NXString &propertyName, NXOpen::Fields::FieldExpression *propertyValue)
 Sets the field expression Fields::FieldExpression value of the property.
 
void SetScalarFieldPropertyValue (const char *propertyName, NXOpen::Fields::FieldExpression *propertyValue)
 Sets the field expression Fields::FieldExpression value of the property.
 
void SetScalarWithDataPropertyValue (const NXString &propertyName, double propertyValue, NXOpen::Unit *unitType)
 Sets the the Scalar property as a constant double value with units.
 
void SetScalarWithDataPropertyValue (const char *propertyName, double propertyValue, NXOpen::Unit *unitType)
 Sets the the Scalar property as a constant double value with units.
 
void SetScalarWithDataPropertyValue (const NXString &propertyName, const NXString &propertyValue, NXOpen::Unit *unitType)
 Sets the the Scalar property as a string value with units.
 
void SetScalarWithDataPropertyValue (const char *propertyName, const char *propertyValue, NXOpen::Unit *unitType)
 Sets the the Scalar property as a string value with units.
 
void SetSectionOffsetPropertyValue (const NXString &propertyName, NXOpen::CAE::BeamSectionOffsetOptions *beamSectionOptions)
 Sets the beam section offset options CAE::BeamSectionOffsetOptions.
 
void SetSectionOffsetPropertyValue (const char *propertyName, NXOpen::CAE::BeamSectionOffsetOptions *beamSectionOptions)
 Sets the beam section offset options CAE::BeamSectionOffsetOptions.
 
void SetSectionOrientationPropertyValue (const NXString &propertyName, NXOpen::CAE::BeamSectionOrientationOptions *beamSectionOptions)
 Sets the beam section orientation options CAE::BeamSectionOrientationOptions.
 
void SetSectionOrientationPropertyValue (const char *propertyName, NXOpen::CAE::BeamSectionOrientationOptions *beamSectionOptions)
 Sets the beam section orientation options CAE::BeamSectionOrientationOptions.
 
void SetTextPropertyValue (const NXString &propertyName, std::vector< NXString > &propertyValue)
 Sets the text value of the property.
 
void SetTextPropertyValue (const char *propertyName, std::vector< NXString > &propertyValue)
 Sets the text value of the property.
 
void SetVectorFieldWrapperPropertyValue (const NXString &propertyName, NXOpen::Fields::VectorFieldWrapper *propertyValue)
 Sets the vector field wrapper Fields::VectorFieldWrapper.
 
void SetVectorFieldWrapperPropertyValue (const char *propertyName, NXOpen::Fields::VectorFieldWrapper *propertyValue)
 Sets the vector field wrapper Fields::VectorFieldWrapper.
 
void SetVectorPropertyValue (const NXString &propertyName, NXOpen::Direction *propertyValue)
 Sets the direction Direction value of the property.
 
void SetVectorPropertyValue (const char *propertyName, NXOpen::Direction *propertyValue)
 Sets the direction Direction value of the property.
 
- Public Member Functions inherited from NXOpen::BasePropertyTable
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 NX4.0.0.

Member Enumeration Documentation

Property Types.

Enumerator:
PropertyTypeUnknown 

BASE_PROPERTY_TABLE_property_type_unknown.

PropertyTypeString 

BASE_PROPERTY_TABLE_property_type_string.

PropertyTypeBoolean 

BASE_PROPERTY_TABLE_property_type_boolean.

PropertyTypeInteger 

BASE_PROPERTY_TABLE_property_type_integer.

PropertyTypeDouble 

BASE_PROPERTY_TABLE_property_type_double.

PropertyTypeFieldWrapper 

BASE_PROPERTY_TABLE_property_type_field_wrapper.

PropertyTypeScalarFieldWrapper 

BASE_PROPERTY_TABLE_property_type_scalar_field_wrapper.

PropertyTypeCoordinateSystem 

BASE_PROPERTY_TABLE_property_type_coordinate_system.

PropertyTypeDoubleArray 

BASE_PROPERTY_TABLE_property_type_double_array.

PropertyTypeIntegerArray 

BASE_PROPERTY_TABLE_property_type_integer_array.

PropertyTypePhysicalMaterial 

BASE_PROPERTY_TABLE_property_type_physical_material.

PropertyTypeMatrix 

BASE_PROPERTY_TABLE_property_type_matrix.

PropertyTypeScalarTable 

BASE_PROPERTY_TABLE_property_type_scalar_table.

Member Function Documentation

NXOpen::Axis* NXOpen::CAE::PropertyTable::GetAxisPropertyValue ( const NXString propertyName)

Returns the axis Axis.

     @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::Axis* NXOpen::CAE::PropertyTable::GetAxisPropertyValue ( const char *  propertyName)

Returns the axis Axis.

     @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::CAE::BeamSectionOptions* NXOpen::CAE::PropertyTable::GetCaeSectionPropertyValue ( const NXString propertyName)

Returns the beam section options CAE::BeamSectionOptions.

     @return  material options 


Created in NX5.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
NXOpen::CAE::BeamSectionOptions* NXOpen::CAE::PropertyTable::GetCaeSectionPropertyValue ( const char *  propertyName)

Returns the beam section options CAE::BeamSectionOptions.

     @return  material options 


Created in NX5.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
void NXOpen::CAE::PropertyTable::GetDateTimePropertyValue ( const NXString propertyName,
int *  propertyYear,
int *  propertyMonth,
int *  propertyDay,
int *  propertyHour,
int *  propertyMin,
int *  propertySecond,
int *  propertyMsec 
)

Returns the date time 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.
propertyYearyear of the property
propertyMonthmonth of the property
propertyDayday of the property
propertyHourhour of the property
propertyMinminute of the property
propertySecondsecond of the property
propertyMsecmilisecond of the property
void NXOpen::CAE::PropertyTable::GetDateTimePropertyValue ( const char *  propertyName,
int *  propertyYear,
int *  propertyMonth,
int *  propertyDay,
int *  propertyHour,
int *  propertyMin,
int *  propertySecond,
int *  propertyMsec 
)

Returns the date time 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.
propertyYearyear of the property
propertyMonthmonth of the property
propertyDayday of the property
propertyHourhour of the property
propertyMinminute of the property
propertySecondsecond of the property
propertyMsecmilisecond of the property
NXString NXOpen::CAE::PropertyTable::GetExtMenuPropertyValue ( const NXString propertyName)

Returns the ext menu value of the property.

     @return  value of the property 


Created in NX8.0.1.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

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

Returns the ext menu value of the property.

     @return  value of the property 


Created in NX8.0.1.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
std::vector<NXOpen::CAE::NamedPropertyTable *> NXOpen::CAE::PropertyTable::GetNamedPropertyTableArrayPropertyValue ( const NXString propertyName)

Returns the referenced array object value of the property.

     @return  


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<NXOpen::CAE::NamedPropertyTable *> NXOpen::CAE::PropertyTable::GetNamedPropertyTableArrayPropertyValue ( const char *  propertyName)

Returns the referenced array object value of the property.

     @return  


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.
NXOpen::CAE::NamedPropertyTable* NXOpen::CAE::PropertyTable::GetNamedPropertyTablePropertyValue ( const NXString propertyName)

Returns the referenced referenced named property table object value of the property.

     @return  Value of Named Proeprty Table Reference 


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.
NXOpen::CAE::NamedPropertyTable* NXOpen::CAE::PropertyTable::GetNamedPropertyTablePropertyValue ( const char *  propertyName)

Returns the referenced referenced named property table object value of the property.

     @return  Value of Named Proeprty Table Reference 


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.
NXOpen::CAE::MaterialOptions* NXOpen::CAE::PropertyTable::GetPhysicalMaterialPropertyValue ( const NXString propertyName)

Returns the material options CAE::MaterialOptions.

     @return  material options 


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.
NXOpen::CAE::MaterialOptions* NXOpen::CAE::PropertyTable::GetPhysicalMaterialPropertyValue ( const char *  propertyName)

Returns the material options CAE::MaterialOptions.

     @return  material options 


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.
NXOpen::Point* NXOpen::CAE::PropertyTable::GetPointPropertyValue ( const NXString propertyName)

Returns the point value of the property.

     @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.
NXOpen::Point* NXOpen::CAE::PropertyTable::GetPointPropertyValue ( const char *  propertyName)

Returns the point value of the property.

     @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.
NXOpen::CAE::PropertyTable::PropertyType NXOpen::CAE::PropertyTable::GetPropertyType ( const NXString propertyName)

Returns the type of the property.

Returns
type of the property
Created in NX7.5.2.

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

Returns the type of the property.

Returns
type of the property
Created in NX7.5.2.

License requirements : None
Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
NXOpen::NXObject* NXOpen::CAE::PropertyTable::GetReferencePropertyValue ( const NXString propertyName)

Returns the referenced object 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::NXObject* NXOpen::CAE::PropertyTable::GetReferencePropertyValue ( const char *  propertyName)

Returns the referenced object 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::FieldExpression* NXOpen::CAE::PropertyTable::GetScalarFieldPropertyValue ( const NXString propertyName)

Returns the field expression Fields::FieldExpression 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::FieldExpression* NXOpen::CAE::PropertyTable::GetScalarFieldPropertyValue ( const char *  propertyName)

Returns the field expression Fields::FieldExpression 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::CAE::PropertyTable::GetScalarWithDataPropertyValue ( const NXString propertyName,
double *  propertyValue,
NXOpen::Unit **  unitType 
)

Returns the double value of the property with units.


Created in NX7.5.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::CAE::PropertyTable::GetScalarWithDataPropertyValue ( const char *  propertyName,
double *  propertyValue,
NXOpen::Unit **  unitType 
)

Returns the double value of the property with units.


Created in NX7.5.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
NXOpen::CAE::BeamSectionOffsetOptions* NXOpen::CAE::PropertyTable::GetSectionOffsetPropertyValue ( const NXString propertyName)

Returns the beam section offset options CAE::BeamSectionOffsetOptions.

     @return  section offset options 


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.
NXOpen::CAE::BeamSectionOffsetOptions* NXOpen::CAE::PropertyTable::GetSectionOffsetPropertyValue ( const char *  propertyName)

Returns the beam section offset options CAE::BeamSectionOffsetOptions.

     @return  section offset options 


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.
NXOpen::CAE::BeamSectionOrientationOptions* NXOpen::CAE::PropertyTable::GetSectionOrientationPropertyValue ( const NXString propertyName)

Returns the beam section orientation options CAE::BeamSectionOrientationOptions.

     @return  section orientation options 


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.
NXOpen::CAE::BeamSectionOrientationOptions* NXOpen::CAE::PropertyTable::GetSectionOrientationPropertyValue ( const char *  propertyName)

Returns the beam section orientation options CAE::BeamSectionOrientationOptions.

     @return  section orientation options 


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.
NXOpen::CAE::SetManager* NXOpen::CAE::PropertyTable::GetSetManagerPropertyValue ( const NXString propertyName)

Returns the referenced SetManager value of the property.

     @return  Value of Set Manager Reference 


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.
NXOpen::CAE::SetManager* NXOpen::CAE::PropertyTable::GetSetManagerPropertyValue ( const char *  propertyName)

Returns the referenced SetManager value of the property.

     @return  Value of Set Manager Reference 


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.
std::vector<NXString> NXOpen::CAE::PropertyTable::GetTextPropertyValue ( const NXString propertyName)

Returns the text 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.
std::vector<NXString> NXOpen::CAE::PropertyTable::GetTextPropertyValue ( const char *  propertyName)

Returns the text 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::VectorFieldWrapper* NXOpen::CAE::PropertyTable::GetVectorFieldWrapperPropertyValue ( const NXString propertyName)

Returns the vector field wrapper Fields::VectorFieldWrapper.

     @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::VectorFieldWrapper* NXOpen::CAE::PropertyTable::GetVectorFieldWrapperPropertyValue ( const char *  propertyName)

Returns the vector field wrapper Fields::VectorFieldWrapper.

     @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::Direction* NXOpen::CAE::PropertyTable::GetVectorPropertyValue ( const NXString propertyName)

Returns the direction Direction 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::Direction* NXOpen::CAE::PropertyTable::GetVectorPropertyValue ( const char *  propertyName)

Returns the direction Direction 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::CAE::PropertyTable::SetAxisPropertyValue ( const NXString propertyName,
NXOpen::Axis propertyValue 
)

Sets the axis Axis.


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::CAE::PropertyTable::SetAxisPropertyValue ( const char *  propertyName,
NXOpen::Axis propertyValue 
)

Sets the axis Axis.


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::CAE::PropertyTable::SetCaeSectionPropertyValue ( const NXString propertyName,
NXOpen::CAE::BeamSectionOptions beamSectionOptions 
)

Sets the beam section options CAE::BeamSectionOptions.


Created in NX5.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
beamSectionOptionsmaterial options
void NXOpen::CAE::PropertyTable::SetCaeSectionPropertyValue ( const char *  propertyName,
NXOpen::CAE::BeamSectionOptions beamSectionOptions 
)

Sets the beam section options CAE::BeamSectionOptions.


Created in NX5.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
beamSectionOptionsmaterial options
void NXOpen::CAE::PropertyTable::SetDateTimePropertyValue ( const NXString propertyName,
int  propertyYear,
int  propertyMonth,
int  propertyDay,
int  propertyHour,
int  propertyMin,
int  propertySecond,
int  propertyMsec 
)

Returns the date time 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.
propertyYearyear of the property
propertyMonthmonth of the property
propertyDayday of the property
propertyHourhour of the property
propertyMinminute of the property
propertySecondsecond of the property
propertyMsecmilisecond of the property
void NXOpen::CAE::PropertyTable::SetDateTimePropertyValue ( const char *  propertyName,
int  propertyYear,
int  propertyMonth,
int  propertyDay,
int  propertyHour,
int  propertyMin,
int  propertySecond,
int  propertyMsec 
)

Returns the date time 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.
propertyYearyear of the property
propertyMonthmonth of the property
propertyDayday of the property
propertyHourhour of the property
propertyMinminute of the property
propertySecondsecond of the property
propertyMsecmilisecond of the property
void NXOpen::CAE::PropertyTable::SetExtMenuPropertyValue ( const NXString propertyName,
const NXString propertyValue 
)

Sets the ext menu value of the property.


Created in NX8.0.1.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

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::CAE::PropertyTable::SetExtMenuPropertyValue ( const char *  propertyName,
const char *  propertyValue 
)

Sets the ext menu value of the property.


Created in NX8.0.1.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

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::CAE::PropertyTable::SetNamedPropertyTableArrayPropertyValue ( const NXString propertyName,
const std::vector< NXOpen::CAE::NamedPropertyTable * > &  propertyValue 
)

Sets the referenced object array 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.
propertyValueproperty value
void NXOpen::CAE::PropertyTable::SetNamedPropertyTableArrayPropertyValue ( const char *  propertyName,
const std::vector< NXOpen::CAE::NamedPropertyTable * > &  propertyValue 
)

Sets the referenced object array 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.
propertyValueproperty value
void NXOpen::CAE::PropertyTable::SetNamedPropertyTablePropertyValue ( const NXString propertyName,
NXOpen::CAE::NamedPropertyTable namedPropertyTable 
)

Sets the referenced named property table object 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.
namedPropertyTablevalue of the property The object passed in can be of the following types CAE::PhysicalPropertyTable CAE::Laminate
void NXOpen::CAE::PropertyTable::SetNamedPropertyTablePropertyValue ( const char *  propertyName,
NXOpen::CAE::NamedPropertyTable namedPropertyTable 
)

Sets the referenced named property table object 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.
namedPropertyTablevalue of the property The object passed in can be of the following types CAE::PhysicalPropertyTable CAE::Laminate
void NXOpen::CAE::PropertyTable::SetPhysicalMaterialPropertyValue ( const NXString propertyName,
NXOpen::CAE::MaterialOptions materialOptions 
)

Sets the material options CAE::MaterialOptions.


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.
materialOptionsmaterial options
void NXOpen::CAE::PropertyTable::SetPhysicalMaterialPropertyValue ( const char *  propertyName,
NXOpen::CAE::MaterialOptions materialOptions 
)

Sets the material options CAE::MaterialOptions.


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.
materialOptionsmaterial options
void NXOpen::CAE::PropertyTable::SetPointPropertyValue ( const NXString propertyName,
NXOpen::Point propertyValue 
)

Sets the point 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.
propertyValuevalue of the property
void NXOpen::CAE::PropertyTable::SetPointPropertyValue ( const char *  propertyName,
NXOpen::Point propertyValue 
)

Sets the point 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.
propertyValuevalue of the property
void NXOpen::CAE::PropertyTable::SetReferencePropertyValue ( const NXString propertyName,
NXOpen::NXObject propertyValue 
)

Sets the referenced object 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 The object passed in can be of the following types CAE::CaeGroup CAE::CAEVertex CAE::CAEEdge CAE::CAEFace CAE::CAEBody CAE::SimBC
void NXOpen::CAE::PropertyTable::SetReferencePropertyValue ( const char *  propertyName,
NXOpen::NXObject propertyValue 
)

Sets the referenced object 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 The object passed in can be of the following types CAE::CaeGroup CAE::CAEVertex CAE::CAEEdge CAE::CAEFace CAE::CAEBody CAE::SimBC
void NXOpen::CAE::PropertyTable::SetScalarFieldPropertyValue ( const NXString propertyName,
NXOpen::Fields::FieldExpression propertyValue 
)

Sets the field expression Fields::FieldExpression 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::CAE::PropertyTable::SetScalarFieldPropertyValue ( const char *  propertyName,
NXOpen::Fields::FieldExpression propertyValue 
)

Sets the field expression Fields::FieldExpression 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::CAE::PropertyTable::SetScalarWithDataPropertyValue ( 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 NX7.5.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::CAE::PropertyTable::SetScalarWithDataPropertyValue ( 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 NX7.5.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::CAE::PropertyTable::SetScalarWithDataPropertyValue ( 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 NX7.5.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::CAE::PropertyTable::SetScalarWithDataPropertyValue ( 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 NX7.5.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::CAE::PropertyTable::SetSectionOffsetPropertyValue ( const NXString propertyName,
NXOpen::CAE::BeamSectionOffsetOptions beamSectionOptions 
)

Sets the beam section offset options CAE::BeamSectionOffsetOptions.


Created in NX7.5.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
beamSectionOptionssection offset options
void NXOpen::CAE::PropertyTable::SetSectionOffsetPropertyValue ( const char *  propertyName,
NXOpen::CAE::BeamSectionOffsetOptions beamSectionOptions 
)

Sets the beam section offset options CAE::BeamSectionOffsetOptions.


Created in NX7.5.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
beamSectionOptionssection offset options
void NXOpen::CAE::PropertyTable::SetSectionOrientationPropertyValue ( const NXString propertyName,
NXOpen::CAE::BeamSectionOrientationOptions beamSectionOptions 
)

Sets the beam section orientation options CAE::BeamSectionOrientationOptions.


Created in NX7.5.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
beamSectionOptionssection orientation options
void NXOpen::CAE::PropertyTable::SetSectionOrientationPropertyValue ( const char *  propertyName,
NXOpen::CAE::BeamSectionOrientationOptions beamSectionOptions 
)

Sets the beam section orientation options CAE::BeamSectionOrientationOptions.


Created in NX7.5.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
beamSectionOptionssection orientation options
void NXOpen::CAE::PropertyTable::SetTextPropertyValue ( const NXString propertyName,
std::vector< NXString > &  propertyValue 
)

Sets the text 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::CAE::PropertyTable::SetTextPropertyValue ( const char *  propertyName,
std::vector< NXString > &  propertyValue 
)

Sets the text 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::CAE::PropertyTable::SetVectorFieldWrapperPropertyValue ( const NXString propertyName,
NXOpen::Fields::VectorFieldWrapper propertyValue 
)

Sets the vector field wrapper Fields::VectorFieldWrapper.


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::CAE::PropertyTable::SetVectorFieldWrapperPropertyValue ( const char *  propertyName,
NXOpen::Fields::VectorFieldWrapper propertyValue 
)

Sets the vector field wrapper Fields::VectorFieldWrapper.


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::CAE::PropertyTable::SetVectorPropertyValue ( const NXString propertyName,
NXOpen::Direction propertyValue 
)

Sets the direction Direction 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::CAE::PropertyTable::SetVectorPropertyValue ( const char *  propertyName,
NXOpen::Direction propertyValue 
)

Sets the direction Direction 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

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