CustomTagArrayAttribute Class¶
-
class
NXOpen.Features.CustomTagArrayAttribute¶ Bases:
NXOpen.Features.CustomAttributeRepresents a
Features.CustomTagArrayAttributeclassAn instance of this class can be obtained from
NXOpen.Features.CustomAttributeCollection.CreateCustomTagArrayAttribute()New in version NX11.0.0.
Properties¶
| Property | Description |
|---|---|
| Name | Returns or sets the custom attribute name |
| TypeValue | Returns the custom attribute type value |
Methods¶
| Method | Description |
|---|---|
| AddProperty | The custom attribute add property |
| Dispose | Frees the memory associated with this object. |
| GetProperties | The custom attribute get all properties |
| GetValues | Get the references in the attribute |
| HasProperty | The custom attribute does property exist on attribute |
| RemoveProperty | The custom attribute remove property |
| SetValues | Set the references in the attribute and returns old references |
Method Detail¶
GetValues¶
-
CustomTagArrayAttribute.GetValues¶ Get the references in the attribute
Signature
GetValues()Returns: Return type: list of NXOpen.TaggedObjectNew in version NX11.0.0.
License requirements: solid_modeling (“SOLIDS MODELING”)
SetValues¶
-
CustomTagArrayAttribute.SetValues¶ Set the references in the attribute and returns old references
Signature
SetValues(tagValues)Parameters: tagValues (list of NXOpen.TaggedObject) – tag arrayReturns: Return type: list of NXOpen.TaggedObjectNew in version NX11.0.0.
License requirements: solid_modeling (“SOLIDS MODELING”)