NX Open C++ Reference Guide
|
Represents the Field Link class. More...
Public Member Functions | |
void | EditFieldLink (NXOpen::Fields::Field *fieldToLink) |
Edit the link field. |
Represents the Field Link class.
A field (see Fields::Field ) which is implemented by another user created field of any type. This provides the ability to override that field's map with a localized map.
Created in NX6.0.0.
void NXOpen::Fields::FieldLink::EditFieldLink | ( | NXOpen::Fields::Field * | fieldToLink | ) |
Edit the link field.
Specifies the new Fields::Field to link to.
Created in NX6.0.0.
License requirements : None
fieldToLink | field to link |