CustomTagAttribute Class

class NXOpen.Features.CustomTagAttribute

Bases: NXOpen.Features.CustomAttribute

Represents a Features.CustomAttribute class

An instance of this class can be obtained from NXOpen.Features.CustomAttributeCollection.CreateCustomTagAttribute()

New in version NX11.0.0.

Properties

Property Description
Name Returns or sets the custom attribute name
TypeValue Returns the custom attribute type value
Value Returns or sets the reference value in the attribute

Methods

Method Description
AddProperty The custom attribute add property
Dispose Frees the memory associated with this object.
GetProperties The custom attribute get all properties @return
HasProperty The custom attribute does property exist on attribute @return
RemoveProperty The custom attribute remove property

Property Detail

Value

CustomTagAttribute.Value

Returns or sets the reference value in the attribute

-------------------------------------

Getter Method

Signature Value()

Returns:
Return type:NXOpen.TaggedObject

New in version NX11.0.0.

License requirements: solid_modeling (“SOLIDS MODELING”)

-------------------------------------

Setter Method

Signature Value(tagValue)

Parameters:tagValue (NXOpen.TaggedObject) –

New in version NX11.0.0.

License requirements: solid_modeling (“SOLIDS MODELING”)