NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | List of all members
NXOpen.CAE.AeroStructures.PropTable Class Reference

Represents a property table More...

Inheritance diagram for NXOpen.CAE.AeroStructures.PropTable:
NXOpen.CAE.PropertyTable NXOpen.BasePropertyTable NXOpen.NXObject NXOpen.TaggedObject NXOpen.INXObject NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  MarginPropertyType {
  Unknown, String, Boolean, Integer,
  Double, FieldWrapper, ScalarFieldWrapper, CoordinateSystem,
  DoubleArray, IntegerArray, PhysicalMaterial, Matrix,
  ScalarTable, Text = -1, FieldExpression = -2, VectorFieldWrapper = -3,
  Vector = -4, Reference = -5, Point = -6, DateTime = -7,
  NamedPropertyTableArray = -8, SetManager = -9, NamedPropertyTable = -10, Axis = -11,
  CaeSection = -12, SectionOrientation = -13, SectionOffset = -14, ReferenceArray = -15,
  StringArray = -16, Loadextraction = -17, Laminate = -18, Description = -19,
  Table = -20
}
 Property Types More...
 
- Public Types inherited from NXOpen.CAE.PropertyTable
enum  PropertyType {
  Unknown, String, Boolean, Integer,
  Double, FieldWrapper, ScalarFieldWrapper, CoordinateSystem,
  DoubleArray, IntegerArray, PhysicalMaterial, Matrix,
  ScalarTable, Text = -1, FieldExpression = -2, VectorFieldWrapper = -3,
  Vector = -4, Reference = -5, Point = -6, DateTime = -7,
  NamedPropertyTableArray = -8, SetManager = -9, NamedPropertyTable = -10, Axis = -11,
  CaeSection = -12, SectionOrientation = -13, SectionOffset = -14, ReferenceArray = -15,
  StringArray = -16
}
 Property Types More...
 
- Public Types inherited from NXOpen.BasePropertyTable
enum  BasePropertyType {
  Unknown, String, Boolean, Integer,
  Double, FieldWrapper, ScalarFieldWrapper, CoordinateSystem,
  DoubleArray, IntegerArray, PhysicalMaterial, Matrix,
  ScalarTable, ScalarFieldTableWrapper, ComplexScalarFieldWrapper, ComplexVectorFieldWrapper
}
 Property Types More...
 
- Public Types inherited from NXOpen.NXObject
enum  AttributeType {
  Invalid, Null, Boolean, Integer,
  Real, String, Time, Reference,
  Any = 100
}
 Specifies attribute type. More...
 
enum  DateAndTimeFormat { Numeric, Textual }
 Specifies the format of the date and time attribute. More...
 

Public Member Functions

unsafe
NXOpen.CAE.AeroStructures.DescriptionValue 
GetDescriptionPropertyValue (string propertyName)
 Returns the description property More...
 
unsafe
NXOpen.CAE.AeroStructures.LaminateValue 
GetLaminatePropertyValue (string propertyName)
 Returns the load laminate property More...
 
unsafe
NXOpen.CAE.AeroStructures.LoadExtractionValue 
GetLoadExtractionPropertyValue (string propertyName)
 Returns the load extraction property More...
 
unsafe
NXOpen.CAE.AeroStructures.PropTable.MarginPropertyType 
GetMarginPropertyType (string propertyName)
 Returns the type of the property More...
 
unsafe
NXOpen.CAE.AeroStructures.TableParamValue 
GetTableParamPropertyValue (string propertyName)
 Returns the table parameter value More...
 
unsafe void SetDescriptionPropertyValue (string propertyName, NXOpen.CAE.AeroStructures.DescriptionValue propertyValue)
 Used to set a description value More...
 
unsafe void SetFilePropertyValue (string propertyName, string propertyValue)
 Sets the file reference value of the property More...
 
unsafe void SetLaminatePropertyValue (string propertyName, NXOpen.CAE.AeroStructures.LaminateValue propertyValue)
 Used to set a laminate value More...
 
unsafe void SetLoadExtractionPropertyValue (string propertyName, NXOpen.CAE.AeroStructures.LoadExtractionValue propertyValue)
 Used to set a load extraction value More...
 
unsafe void SetTableParamPropertyValue (string propertyName, NXOpen.CAE.AeroStructures.TableParamValue propertyValue)
 Used to set a table parameter value More...
 
- Public Member Functions inherited from NXOpen.CAE.PropertyTable
unsafe void AddElementsToNamedPropertyTableArrayPropertyValue (string propertyName, NXOpen.CAE.NamedPropertyTable[] propertyValue)
 Add elements to the referenced object array value of the property More...
 
unsafe NXOpen.Axis GetAxisPropertyValue (string propertyName)
 Returns the axis NXOpen.Axis More...
 
unsafe
NXOpen.CAE.BeamSectionOptions 
GetCaeSectionPropertyValue (string propertyName)
 Returns the beam section options NXOpen.CAE.BeamSectionOptions More...
 
unsafe void GetDateTimePropertyValue (string propertyName, out int propertyYear, out int propertyMonth, out int propertyDay, out int propertyHour, out int propertyMin, out int propertySecond, out int propertyMsec)
 Returns the date time value of the property More...
 
unsafe string GetExtMenuPropertyValue (string propertyName)
 Returns the ext menu value of the property More...
 
unsafe
NXOpen.CAE.NamedPropertyTable[] 
GetNamedPropertyTableArrayPropertyValue (string propertyName)
 Returns the referenced array object value of the property More...
 
unsafe
NXOpen.CAE.NamedPropertyTable 
GetNamedPropertyTablePropertyValue (string propertyName)
 Returns the referenced referenced named property table object value of the property More...
 
unsafe NXOpen.CAE.MaterialOptions GetPhysicalMaterialPropertyValue (string propertyName)
 Returns the material options NXOpen.CAE.MaterialOptions More...
 
unsafe NXOpen.Point GetPointPropertyValue (string propertyName)
 Returns the point value of the property More...
 
unsafe string GetPropertyDescriptorName (string propertyName)
 Gets the name from the property descriptor. More...
 
unsafe
NXOpen.CAE.PropertyTable.PropertyType 
GetPropertyType (string propertyName)
 Returns the type of the property More...
 
unsafe NXOpen.NXObject GetReferencePropertyValue (string propertyName)
 Returns the referenced object value of the property More...
 
unsafe void GetReferencePropertyValueArray (string propertyName, out NXOpen.NXObject[] propertyValues)
 Returns the array of referenced objects in the property value More...
 
unsafe
NXOpen.Fields.FieldExpression 
GetScalarFieldPropertyValue (string propertyName)
 Returns the field expression NXOpen.Fields.FieldExpression value of the property More...
 
unsafe void GetScalarWithDataPropertyValue (string propertyName, out double propertyValue, out NXOpen.Unit unitType)
 Returns the double value of the property with units More...
 
unsafe
NXOpen.CAE.BeamSectionOffsetOptions 
GetSectionOffsetPropertyValue (string propertyName)
 Returns the beam section offset options NXOpen.CAE.BeamSectionOffsetOptions More...
 
unsafe
NXOpen.CAE.BeamSectionOrientationOptions 
GetSectionOrientationPropertyValue (string propertyName)
 Returns the beam section orientation options NXOpen.CAE.BeamSectionOrientationOptions More...
 
unsafe NXOpen.CAE.SetManager GetSetManagerPropertyValue (string propertyName)
 Returns the referenced SetManager value of the property More...
 
unsafe string[] GetStringArrayPropertyValue (string propertyName)
 Returns the string array value of the property More...
 
unsafe string[] GetStringArrayPropertyValueChoices (string propertyName)
 Returns the available choices given by the solver for the string array property More...
 
unsafe string[] GetTextPropertyValue (string propertyName)
 Returns the text value of the property More...
 
unsafe
NXOpen.Fields.VectorFieldWrapper 
GetVectorFieldWrapperPropertyValue (string propertyName)
 Returns the vector field wrapper NXOpen.Fields.VectorFieldWrapper More...
 
unsafe NXOpen.Direction GetVectorPropertyValue (string propertyName)
 Returns the direction NXOpen.Direction value of the property More...
 
unsafe void RemoveElementsFromNamedPropertyTableArrayPropertyValue (string propertyName, NXOpen.CAE.NamedPropertyTable[] propertyValue)
 Remove elements from the referenced object array value of the property More...
 
unsafe void SetAxisPropertyValue (string propertyName, NXOpen.Axis propertyValue)
 Sets the axis NXOpen.Axis More...
 
unsafe void SetCaeSectionPropertyValue (string propertyName, NXOpen.CAE.BeamSectionOptions beamSectionOptions)
 Sets the beam section options NXOpen.CAE.BeamSectionOptions More...
 
unsafe void SetDateTimePropertyValue (string propertyName, int propertyYear, int propertyMonth, int propertyDay, int propertyHour, int propertyMin, int propertySecond, int propertyMsec)
 Returns the date time value of the property More...
 
unsafe void SetExtMenuPropertyValue (string propertyName, string propertyValue)
 Sets the ext menu value of the property More...
 
unsafe void SetNamedPropertyTableArrayPropertyValue (string propertyName, NXOpen.CAE.NamedPropertyTable[] propertyValue)
 Sets the referenced object array value of the property More...
 
unsafe void SetNamedPropertyTablePropertyValue (string propertyName, NXOpen.CAE.NamedPropertyTable namedPropertyTable)
 Sets the referenced named property table object value of the property More...
 
unsafe void SetPhysicalMaterialPropertyValue (string propertyName, NXOpen.CAE.MaterialOptions materialOptions)
 Sets the material options NXOpen.CAE.MaterialOptions More...
 
unsafe void SetPointPropertyValue (string propertyName, NXOpen.Point propertyValue)
 Sets the point value of the property More...
 
unsafe void SetReferencePropertyValue (string propertyName, NXOpen.NXObject propertyValue)
 Sets the referenced object value of the property More...
 
unsafe void SetReferencePropertyValueArray (string propertyName, NXOpen.NXObject[] propertyValues)
 Sets the array of referenced objects in the property value More...
 
unsafe void SetScalarFieldPropertyValue (string propertyName, NXOpen.Fields.FieldExpression propertyValue)
 Sets the field expression NXOpen.Fields.FieldExpression value of the property More...
 
unsafe void SetScalarWithDataPropertyValue (string propertyName, double propertyValue, NXOpen.Unit unitType)
 Sets the the Scalar property as a constant double value with units. More...
 
unsafe void SetScalarWithDataPropertyValue (string propertyName, string propertyValue, NXOpen.Unit unitType)
 Sets the the Scalar property as a string value with units. More...
 
unsafe void SetSectionOffsetPropertyValue (string propertyName, NXOpen.CAE.BeamSectionOffsetOptions beamSectionOptions)
 Sets the beam section offset options NXOpen.CAE.BeamSectionOffsetOptions More...
 
unsafe void SetSectionOrientationPropertyValue (string propertyName, NXOpen.CAE.BeamSectionOrientationOptions beamSectionOptions)
 Sets the beam section orientation options NXOpen.CAE.BeamSectionOrientationOptions More...
 
unsafe void SetStringArrayPropertyValue (string propertyName, string[] propertyValue)
 Sets the string array value of the property More...
 
unsafe void SetTextPropertyValue (string propertyName, string[] propertyValue)
 Sets the text value of the property More...
 
unsafe void SetVectorFieldWrapperPropertyValue (string propertyName, NXOpen.Fields.VectorFieldWrapper propertyValue)
 Sets the vector field wrapper NXOpen.Fields.VectorFieldWrapper More...
 
unsafe void SetVectorPropertyValue (string propertyName, NXOpen.Direction propertyValue)
 Sets the direction NXOpen.Direction value of the property More...
 
- Public Member Functions inherited from NXOpen.BasePropertyTable
unsafe void AddRowScalarFieldTable (string propertyName)
 Add row operation for scalar field table More...
 
unsafe void ClearTablePropertyOverride (string propertyName)
 Clear property override flag. More...
 
unsafe void CopyProperties (NXOpen.BasePropertyTable sourceTable)
 Copies the values from the input table into this table, the table descriptor neutral names must match More...
 
unsafe void CopyProperty (string propertyName, NXOpen.BasePropertyTable sourcePropertyTable)
 Copy the value of one property from the source table into this table More...
 
unsafe void DeleteRowScalarFieldTable (string propertyName)
 Delete row operation for scalar field table More...
 
unsafe
NXOpen.BasePropertyTable.BasePropertyType 
GetBasePropertyType (string propertyName)
 Returns the type of the property More...
 
unsafe
NXOpen.Fields.FieldExpression 
GetBaseScalarFieldPropertyValue (string propertyName)
 Returns the field expression NXOpen.Fields.FieldExpression value of the property More...
 
unsafe void GetBaseScalarWithDataPropertyValue (string propertyName, out double propertyValue, out NXOpen.Unit unitType)
 Returns the double value of the property with units More...
 
unsafe bool GetBooleanPropertyValue (string propertyName)
 Returns the boolean value of the property More...
 
unsafe
NXOpen.Fields.ComplexScalarFieldWrapper 
GetComplexScalarFieldWrapperPropertyValue (string propertyName)
 Returns the complex scalar field wrapper NXOpen.Fields.ComplexScalarFieldWrapper More...
 
unsafe
NXOpen.Fields.ComplexVectorFieldWrapper 
GetComplexVectorFieldWrapperPropertyValue (string propertyName)
 Returns the complex vector field wrapper NXOpen.Fields.ComplexScalarFieldWrapper More...
 
unsafe NXOpen.CoordinateSystem GetCoordinateSystemPropertyValue (string propertyName)
 Returns the coordinate system NXOpen.CoordinateSystem More...
 
unsafe double GetDoublePropertyValue (string propertyName)
 Returns the double value of the property More...
 
unsafe NXOpen.Fields.FieldWrapper GetFieldWrapperPropertyValue (string propertyName)
 Returns the field wrapper NXOpen.Fields.FieldWrapper More...
 
unsafe string GetFileReferencePropertyValue (string propertyName)
 Returns the file reference value of the property More...
 
unsafe int[] GetIntegerArrayPropertyValue (string propertyName)
 Returns the integer array value of the property More...
 
unsafe int GetIntegerPropertyValue (string propertyName)
 Returns the integer value of the property More...
 
unsafe void GetMaterialPropertyValue (string propertyName, out bool materialInherited, out NXOpen.PhysicalMaterial material)
 Gets the material value More...
 
unsafe NXOpen.ScalarMatrixValue GetMatrixPropertyValue (string propertyName)
 Returns a matrix cell value from the matrix value of the property More...
 
unsafe int GetPropertyCount ()
 The count of properties in the table More...
 
unsafe string GetPropertyNameByIndex (int index)
 Returns the name of the property More...
 
unsafe double[] GetScalarArrayPropertyValue (string propertyName)
 Returns the scalar array value of the property. More...
 
unsafe void GetScalarArrayWithUnitsPropertyValue (string propertyName, out double[] propertyValue, out NXOpen.Unit unitType)
 Returns the scalar array and unit value of the property More...
 
unsafe void GetScalarFieldTableRowCol (string propertyName, out int nRows, out int nCols)
 Sets the scalar field wrapper NXOpen.Fields.ScalarFieldWrapper More...
 
unsafe
NXOpen.Fields.ScalarFieldWrapper 
GetScalarFieldWrapperByIndex (int iRow, int iCol, string propertyName)
 Returns the scalar field wrapper NXOpen.Fields.FieldWrapper More...
 
unsafe
NXOpen.Fields.ScalarFieldWrapper 
GetScalarFieldWrapperPropertyValue (string propertyName)
 Returns the scalar field wrapper NXOpen.Fields.ScalarFieldWrapper More...
 
unsafe NXOpen.Expression GetScalarPropertyValue (string propertyName)
 Returns the expression NXOpen.Expression value of the property Use NXOpen.BasePropertyTable.SetBaseScalarWithDataPropertyValue for a constant value when an expression NXOpen.Expression is not needed. More...
 
unsafe NXOpen.ScalarTableValue GetScalarTablePropertyValue (string propertyName)
 Returns a scalar table value value from the scalar table value of the property More...
 
unsafe string GetStringPropertyValue (string propertyName)
 Returns the string value of the property More...
 
unsafe void SetBaseScalarFieldPropertyValue (string propertyName, NXOpen.Fields.FieldExpression propertyValue)
 Sets the field expression NXOpen.Fields.FieldExpression value of the property More...
 
unsafe void SetBaseScalarWithDataPropertyValue (string propertyName, double propertyValue, NXOpen.Unit unitType)
 Sets the the Scalar property as a constant double value with units. More...
 
unsafe void SetBaseScalarWithDataPropertyValue (string propertyName, string propertyValue, NXOpen.Unit unitType)
 Sets the the Scalar property as a string value with units. More...
 
unsafe void SetBooleanPropertyValue (string propertyName, bool propertyValue)
 Sets the boolean value of the property More...
 
unsafe void SetComplexScalarFieldWrapperPropertyValue (string propertyName, NXOpen.Fields.ComplexScalarFieldWrapper propertyValue)
 Sets the complex scalar field wrapper NXOpen.Fields.ComplexScalarFieldWrapper More...
 
unsafe void SetComplexVectorFieldWrapperPropertyValue (string propertyName, NXOpen.Fields.ComplexVectorFieldWrapper propertyValue)
 Sets the complex vector field wrapper NXOpen.Fields.ComplexVectorFieldWrapper More...
 
unsafe void SetCoordinateSystemPropertyValue (string propertyName, NXOpen.CoordinateSystem propertyValue)
 Sets the coordinate system NXOpen.CoordinateSystem More...
 
unsafe void SetDoublePropertyValue (string propertyName, double propertyValue)
 Sets the double value of the property More...
 
unsafe void SetFieldWrapperPropertyValue (string propertyName, NXOpen.Fields.FieldWrapper propertyValue)
 Sets the field wrapper NXOpen.Fields.FieldWrapper More...
 
unsafe void SetFileReferencePropertyValue (string propertyName, string propertyValue)
 Sets the file reference value of the property More...
 
unsafe void SetIntegerArrayPropertyValue (string propertyName, int[] propertyValue)
 Sets the integer array value of the property More...
 
unsafe void SetIntegerPropertyValue (string propertyName, int propertyValue)
 Sets the integer value of the property More...
 
unsafe void SetMaterialPropertyValue (string propertyName, bool materialInherited, NXOpen.PhysicalMaterial material)
 Sets the material value More...
 
unsafe void SetMatrixPropertyValue (string propertyName, NXOpen.ScalarMatrixValue matrix)
 Set a matrix cell value from the matrix value of the property More...
 
unsafe void SetScalarArrayPropertyValue (string propertyName, double[] propertyValue)
 Sets the scalar array value of the property. More...
 
unsafe void SetScalarArrayWithUnitsPropertyValue (string propertyName, double[] propertyValue, NXOpen.Unit unitType)
 Sets the scalar array and unit value of the property More...
 
unsafe void SetScalarFieldWrapperByIndex (int iRow, int iCol, string propertyName, NXOpen.Fields.ScalarFieldWrapper propertyValue)
 Sets the scalar field wrapper NXOpen.Fields.ScalarFieldWrapper More...
 
unsafe void SetScalarFieldWrapperPropertyValue (string propertyName, NXOpen.Fields.ScalarFieldWrapper propertyValue)
 Sets the scalar field wrapper NXOpen.Fields.ScalarFieldWrapper More...
 
unsafe void SetScalarPropertyValue (string propertyName, NXOpen.Expression propertyValue)
 Sets the expression NXOpen.Expression value of the property Use NXOpen.BasePropertyTable.SetBaseScalarWithDataPropertyValue for a constant value when an expression NXOpen.Expression is not needed. More...
 
unsafe void SetScalarTablePropertyValue (string propertyName, NXOpen.ScalarTableValue table)
 Set a scalar table value from the scalar table value of the property More...
 
unsafe void SetStringPropertyValue (string propertyName, string propertyValue)
 Sets the string value of the property More...
 
unsafe void SetTablePropertyOverride (string propertyName)
 Set property override flag. More...
 
unsafe void SetTablePropertyWithoutValue (string propertyName)
 Unset a property. More...
 
- Public Member Functions inherited from NXOpen.NXObject
unsafe NXOpen.AttributeIterator CreateAttributeIterator ()
 Create an attribute iterator More...
 
unsafe void DeleteAllAttributesByType (NXOpen.NXObject.AttributeType type)
 Deletes all attributes of a specific type. More...
 
unsafe void DeleteAllAttributesByType (NXOpen.NXObject.AttributeType type, NXOpen.Update.Option option)
 Deletes all attributes of a specific type with the option to update or not. More...
 
unsafe void DeleteAttributeByTypeAndTitle (NXOpen.NXObject.AttributeType type, string title)
 Deletes an attribute by type and title. More...
 
unsafe void DeleteAttributeByTypeAndTitle (NXOpen.NXObject.AttributeType type, string title, NXOpen.Update.Option option)
 Deletes an attribute by type and title with the option to update or not. More...
 
unsafe void DeleteUserAttribute (NXOpen.NXObject.AttributeType type, string title, bool deleteEntireArray, NXOpen.Update.Option option)
 Deletes the first attribute encountered with the given Type, Title. More...
 
unsafe void DeleteUserAttributes (NXOpen.AttributeIterator iterator, NXOpen.Update.Option option)
 Deletes the attributes on the object, if any, that satisfy the given iterator More...
 
unsafe void DeleteUserAttributes (NXOpen.NXObject.AttributeType type, NXOpen.Update.Option option)
 Deletes the attributes encountered with the given Type with option to update or not. More...
 
unsafe NXOpen.INXObject FindObject (string journalIdentifier)
 Finds the NXOpen.NXObject with the given identifier as recorded in a journal. More...
 
unsafe
NXOpen.NXObject.AttributeInformation[] 
GetAttributeTitlesByType (NXOpen.NXObject.AttributeType type)
 Gets all the attribute titles of a specific type. More...
 
unsafe bool GetBooleanUserAttribute (string title, int index)
 Gets a boolean attribute by Title and array Index. More...
 
unsafe
NXOpen.NXObject.ComputationalTime 
GetComputationalTimeUserAttribute (string title, int index)
 Gets a time attribute by Title and array Index. More...
 
unsafe int GetIntegerAttribute (string title)
 Gets an integer attribute by title. More...
 
unsafe int GetIntegerUserAttribute (string title, int index)
 Gets an integer attribute by Title and array Index. More...
 
unsafe bool GetNextUserAttribute (NXOpen.AttributeIterator iterator, out NXOpen.NXObject.AttributeInformation info)
 Gets the next attribute encountered on the object, if any, that satisfies the given iterator. More...
 
unsafe string GetPdmReferenceAttributeValue (string attributeTitle)
 Gets the value of PDM Reference attribute for given object. More...
 
unsafe double GetRealAttribute (string title)
 Gets a real attribute by title. More...
 
unsafe double GetRealUserAttribute (string title, int index)
 Gets a real attribute by Title and array Index. More...
 
unsafe string GetReferenceAttribute (string title)
 Gets the reference string (not the calculated value) of a string attribute that uses a reference string. More...
 
unsafe string GetStringAttribute (string title)
 Gets a string attribute value by title. More...
 
unsafe string GetStringUserAttribute (string title, int index)
 Gets a string attribute by Title and array Index. More...
 
unsafe string GetTimeAttribute (NXOpen.NXObject.DateAndTimeFormat format, string title)
 Gets a time attribute by title. More...
 
unsafe string GetTimeUserAttribute (string title, int index)
 Gets a time attribute by Title and array Index. More...
 
unsafe
NXOpen.NXObject.AttributeInformation 
GetUserAttribute (string 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. More...
 
unsafe
NXOpen.NXObject.AttributeInformation[] 
GetUserAttribute (string title, bool includeUnset, bool addStringValues, NXOpen.NXObject.AttributeType type)
 Gets the first attribute (or attribute array) encountered on the object, if any, with a given Title and Type. More...
 
unsafe string GetUserAttributeAsString (string 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. More...
 
unsafe int GetUserAttributeCount (NXOpen.AttributeIterator iterator)
 Gets the count of set attributes on the object, if any, that satisfy the given iterator. More...
 
unsafe int GetUserAttributeCount (NXOpen.AttributeIterator iterator, bool countArrayAsOneAttribute)
 Gets the count of set attributes on the object, if any, that satisfy the given iterator. More...
 
unsafe int GetUserAttributeCount (NXOpen.NXObject.AttributeType type)
 Gets the count of set attributes on the object, if any, of the given type. More...
 
unsafe int GetUserAttributeCount (NXOpen.NXObject.AttributeType type, bool includeUnset, bool countArrayAsOneAttribute)
 Gets the count of attributes on the object, if any, of the given type. More...
 
unsafe bool GetUserAttributeLock (string title, NXOpen.NXObject.AttributeType type)
 Determine the lock of the given attribute. More...
 
unsafe
NXOpen.NXObject.AttributeInformation[] 
GetUserAttributes (NXOpen.AttributeIterator iterator)
 Gets all the attributes that have been set on the given object, if any, that satisfy the given iterator. More...
 
unsafe
NXOpen.NXObject.AttributeInformation[] 
GetUserAttributes ()
 Gets all the attributes that have been set on the given object. More...
 
unsafe
NXOpen.NXObject.AttributeInformation[] 
GetUserAttributes (bool includeUnset)
 Gets all the attributes of the given object. More...
 
unsafe
NXOpen.NXObject.AttributeInformation[] 
GetUserAttributes (bool includeUnset, bool addStringValues)
 Gets all the attributes of the given object. More...
 
unsafe string[] GetUserAttributesAsStrings ()
 Gets all the attributes that have been set on the given object. More...
 
unsafe int GetUserAttributeSize (string title, NXOpen.NXObject.AttributeType type)
 Gets the size of the first attribute encountered on the object, if any, with a given Title and Type. More...
 
unsafe NXOpen.NXObject[] GetUserAttributeSourceObjects ()
 Returns an array of objects from which this object presents attributes. More...
 
unsafe bool HasUserAttribute (NXOpen.AttributeIterator iterator)
 Determines if an attribute exists on the object, that satisfies the given iterator More...
 
unsafe bool HasUserAttribute (string title, NXOpen.NXObject.AttributeType type, int index)
 Determines if an attribute with the given Title, Type and array Index is present on the object Unset attributes will not be detected by this function, as its purpose is to test for the actual presence of the attribute on the object. More...
 
unsafe void Print ()
 Prints a representation of this object to the system log file. More...
 
unsafe void SetAttribute (string title, int value)
 Creates or modifies an integer attribute. More...
 
unsafe void SetAttribute (string title, int value, NXOpen.Update.Option option)
 Creates or modifies an integer attribute with the option to update or not. More...
 
unsafe void SetAttribute (string title, double value)
 Creates or modifies a real attribute. More...
 
unsafe void SetAttribute (string title, double value, NXOpen.Update.Option option)
 Creates or modifies a real attribute with the option to update or not. More...
 
unsafe void SetAttribute (string title, string value)
 Creates or modifies a string attribute. More...
 
unsafe void SetAttribute (string title, string value, NXOpen.Update.Option option)
 Creates or modifies a string attribute with the option to update or not. More...
 
unsafe void SetAttribute (string title)
 Creates or modifies a null attribute which is an attribute with a title and no value. More...
 
unsafe void SetAttribute (string title, NXOpen.Update.Option option)
 Creates or modifies a null attribute with the option to update or not. More...
 
unsafe void SetBooleanUserAttribute (string title, int index, bool value, NXOpen.Update.Option option)
 Creates or modifies a boolean attribute with the option to update or not. More...
 
unsafe void SetName (string name)
 Sets the custom name of the object. More...
 
unsafe void SetPdmReferenceAttribute (string attributeTitle, string attributeValue)
 Sets the value of PDM Reference attribute on the object. More...
 
unsafe void SetReferenceAttribute (string title, string value)
 Creates or modifies a string attribute which uses a reference string. More...
 
unsafe void SetReferenceAttribute (string title, string value, NXOpen.Update.Option option)
 Creates or modifies a string attribute which uses a reference string, with the option to update or not. More...
 
unsafe void SetTimeAttribute (string title, string value)
 Creates or modifies a time attribute. More...
 
unsafe void SetTimeAttribute (string title, string value, NXOpen.Update.Option option)
 Creates or modifies a time attribute with the option to update or not. More...
 
unsafe void SetTimeUserAttribute (string title, int index, string value, NXOpen.Update.Option option)
 Creates or modifies a time attribute with the option to update or not. More...
 
unsafe void SetTimeUserAttribute (string title, int index, NXOpen.NXObject.ComputationalTime value, NXOpen.Update.Option option)
 Creates or modifies a time attribute with the option to update or not. More...
 
unsafe void SetUserAttribute (NXOpen.NXObject.AttributeInformation info, NXOpen.Update.Option option)
 Creates or modifies an attribute with the option to update or not. More...
 
unsafe void SetUserAttribute (string title, int index, int value, NXOpen.Update.Option option)
 Creates or modifies an integer attribute with the option to update or not. More...
 
unsafe void SetUserAttribute (string title, int index, double value, NXOpen.Update.Option option)
 Creates or modifies a real attribute with the option to update or not. More...
 
unsafe void SetUserAttribute (string title, int index, string value, NXOpen.Update.Option option)
 Creates or modifies a string attribute with the option to update or not. More...
 
unsafe void SetUserAttribute (string title, int index, NXOpen.Update.Option option)
 Creates or modifies a null attribute with the option to update or not. More...
 
unsafe void SetUserAttributeLock (string title, NXOpen.NXObject.AttributeType type, bool @lock)
 Lock or unlock the given attribute. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 
- Properties inherited from NXOpen.BasePropertyTable
unsafe string DescriptorNeutralName [get]
 Returns the neutral name of the property table's descriptor More...
 
unsafe string DescriptorSpecificName [get]
 Returns the language specific name of the property table's descriptor More...
 

Detailed Description

Represents a property table

This is a sub object

Created in NX12.0.0

Member Enumeration Documentation

Property Types

Enumerator
Unknown 

BASE_PROPERTY_TABLE_margin_property_type_unknown

String 

BASE_PROPERTY_TABLE_margin_property_type_string

Boolean 

BASE_PROPERTY_TABLE_margin_property_type_boolean

Integer 

BASE_PROPERTY_TABLE_margin_property_type_integer

Double 

BASE_PROPERTY_TABLE_margin_property_type_double

FieldWrapper 

BASE_PROPERTY_TABLE_margin_property_type_field_wrapper

ScalarFieldWrapper 

BASE_PROPERTY_TABLE_margin_property_type_scalar_field_wrapper

CoordinateSystem 

BASE_PROPERTY_TABLE_margin_property_type_coordinate_system

DoubleArray 

BASE_PROPERTY_TABLE_margin_property_type_double_array

IntegerArray 

BASE_PROPERTY_TABLE_margin_property_type_integer_array

PhysicalMaterial 

BASE_PROPERTY_TABLE_margin_property_type_physical_material

Matrix 

BASE_PROPERTY_TABLE_margin_property_type_matrix

ScalarTable 

BASE_PROPERTY_TABLE_margin_property_type_scalar_table

Text 
FieldExpression 
VectorFieldWrapper 
Vector 
Reference 
Point 
DateTime 
NamedPropertyTableArray 
SetManager 
NamedPropertyTable 
Axis 
CaeSection 
SectionOrientation 
SectionOffset 
ReferenceArray 
StringArray 
Loadextraction 
Laminate 
Description 
Table 

Member Function Documentation

unsafe NXOpen.CAE.AeroStructures.DescriptionValue NXOpen.CAE.AeroStructures.PropTable.GetDescriptionPropertyValue ( string  propertyName)
inline

Returns the description property

Created in NX1847.0.0

License requirements: None.

Parameters
propertyNamename of the property
Returns
value of the property
unsafe NXOpen.CAE.AeroStructures.LaminateValue NXOpen.CAE.AeroStructures.PropTable.GetLaminatePropertyValue ( string  propertyName)
inline

Returns the load laminate property

Created in NX1847.0.0

License requirements: None.

Parameters
propertyNamename of the property
Returns
value of the property
unsafe NXOpen.CAE.AeroStructures.LoadExtractionValue NXOpen.CAE.AeroStructures.PropTable.GetLoadExtractionPropertyValue ( string  propertyName)
inline

Returns the load extraction property

Created in NX12.0.0

License requirements: None.

Parameters
propertyNamename of the property
Returns
value of the property
unsafe NXOpen.CAE.AeroStructures.PropTable.MarginPropertyType NXOpen.CAE.AeroStructures.PropTable.GetMarginPropertyType ( string  propertyName)
inline

Returns the type of the property

Created in NX12.0.0

License requirements: None.

Parameters
propertyNamename of the property
Returns
type of the property
unsafe NXOpen.CAE.AeroStructures.TableParamValue NXOpen.CAE.AeroStructures.PropTable.GetTableParamPropertyValue ( string  propertyName)
inline

Returns the table parameter value

Created in NX1847.0.0

License requirements: None.

Parameters
propertyNamename of the property
Returns
value of the property
unsafe void NXOpen.CAE.AeroStructures.PropTable.SetDescriptionPropertyValue ( string  propertyName,
NXOpen.CAE.AeroStructures.DescriptionValue  propertyValue 
)
inline

Used to set a description value

Created in NX1847.0.0

License requirements: None.

Parameters
propertyNamename of the property
propertyValuevalue of the property
unsafe void NXOpen.CAE.AeroStructures.PropTable.SetFilePropertyValue ( string  propertyName,
string  propertyValue 
)
inline

Sets the file reference value of the property

Created in NX1872.0.0

License requirements: None.

Parameters
propertyNamename of the property
propertyValuevalue of the property
unsafe void NXOpen.CAE.AeroStructures.PropTable.SetLaminatePropertyValue ( string  propertyName,
NXOpen.CAE.AeroStructures.LaminateValue  propertyValue 
)
inline

Used to set a laminate value

Created in NX1847.0.0

License requirements: None.

Parameters
propertyNamename of the property
propertyValuevalue of the property
unsafe void NXOpen.CAE.AeroStructures.PropTable.SetLoadExtractionPropertyValue ( string  propertyName,
NXOpen.CAE.AeroStructures.LoadExtractionValue  propertyValue 
)
inline

Used to set a load extraction value

Created in NX12.0.0

License requirements: None.

Parameters
propertyNamename of the property
propertyValuevalue of the property
unsafe void NXOpen.CAE.AeroStructures.PropTable.SetTableParamPropertyValue ( string  propertyName,
NXOpen.CAE.AeroStructures.TableParamValue  propertyValue 
)
inline

Used to set a table parameter value

Created in NX1847.0.0

License requirements: None.

Parameters
propertyNamename of the property
propertyValuevalue of the property

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