NX Open C++ Reference Guide
|
Contains alternate Ids data. More...
Public Member Functions | |
AlternateIdsData (const NXString &alternateItemIdInitial, const NXString &alternateRevIdInitial, const NXString &alternateNameInitial, const NXString &alternateDescriptionInitial, bool modifiableInitial) | |
Constructor for the AlternateIdsData struct. | |
Public Attributes | |
NXString | AlternateDescription |
the new value for the alternate Description | |
NXString | AlternateItemId |
the new value for the alternate item ID | |
NXString | AlternateName |
the new value for the alternate Name | |
NXString | AlternateRevId |
the new value for the alternate Revision ID | |
bool | Modifiable |
the new value for the alternate for modifiable flag |
Contains alternate Ids data.
NXOpen::PDM::AlternateIdManager::AlternateIdsData::AlternateIdsData | ( | const NXString & | alternateItemIdInitial, |
const NXString & | alternateRevIdInitial, | ||
const NXString & | alternateNameInitial, | ||
const NXString & | alternateDescriptionInitial, | ||
bool | modifiableInitial | ||
) |
Constructor for the AlternateIdsData struct.
alternateItemIdInitial | the new value for the alternate item ID |
alternateRevIdInitial | the new value for the alternate Revision ID |
alternateNameInitial | the new value for the alternate Name |
alternateDescriptionInitial | the new value for the alternate Description |
modifiableInitial | the new value for the alternate for modifiable flag |
the new value for the alternate Description
the new value for the alternate item ID
the new value for the alternate Name
the new value for the alternate Revision ID
the new value for the alternate for modifiable flag