NX Open C++ Reference Guide
|
Represents the Penetration Attachment object. More...
Additional Inherited Members | |
![]() | |
enum | Type { TypeGeneric, TypeText, TypePart, TypeXml, TypeImage, TypeValidationLog, TypeBookmark, TypeSnapshot, TypeValidationResult, TypeWorkset, TypeShapeDesignElement, TypeReuseDesignElement, TypeSubordinateDesignElement, TypePromissoryDesignElement, TypeDesignControlElement, TypeSubset, TypeMSWord, TypeMSExcel, TypeMSPowerPoint } |
Represents the possible attachment types for a Issue::IssueAttachment . More... | |
![]() | |
NXOpen::Issue::IssueAttachment::Type | AttachmentType () |
Returns the attachment type Created in NX8.5.0. | |
void | RecaptureSnapshot (const NXString &bookmarkFileSpec, const NXString &imageFileSpec) |
Recapture the snapshot Created in NX9.0.0. | |
void | RecaptureSnapshot (const char *bookmarkFileSpec, const char *imageFileSpec) |
Recapture the snapshot Created in NX9.0.0. | |
NXString | ReferencedAttachmentId () |
Returns the refereced attachment id which specifies one attachment that is related to this Issue::IssueAttachment Created in NX9.0.0. | |
void | SetAttachmentType (NXOpen::Issue::IssueAttachment::Type type) |
Sets the attachment type Created in NX8.5.0. | |
void | SetReferencedAttachmentId (const NXString &referencedAttachmentId) |
Sets the refereced attachment id which specifies one attachment that is related to this Issue::IssueAttachment Created in NX9.0.0. | |
void | SetReferencedAttachmentId (const char *referencedAttachmentId) |
Sets the refereced attachment id which specifies one attachment that is related to this Issue::IssueAttachment Created in NX9.0.0. | |
Represents the Penetration Attachment object.
Not support KF.
Created in NX8.0.0.