NXOpen .NET Reference  12.0.0
Public Member Functions | Protected Member Functions | List of all members
NXOpen.PartCloseResponses Class Reference

Manages a list of part name/response pairs which are used to determine whether a part should be closed if modified during part close. More...

Inheritance diagram for NXOpen.PartCloseResponses:

Public Member Functions

unsafe void AddResponse (string partName, bool response)
 Add a response to the list. More...
 

Protected Member Functions

override void FreeResource ()
 Free resources associated with the instance. More...
 

Detailed Description

Manages a list of part name/response pairs which are used to determine whether a part should be closed if modified during part close.

These responses are used as input into the following methods: NXOpen.BasePart.Close NXOpen.BasePart.Reopen NXOpen.BasePart.ReopenAs

They are ignored in these methods unless NXOpen.BasePart.CloseModified is set to NXOpen.BasePart.CloseModified.UseResponses .

Created in NX3.0.0

Member Function Documentation

unsafe void NXOpen.PartCloseResponses.AddResponse ( string  partName,
bool  response 
)

Add a response to the list.

Created in NX3.0.0

License requirements: None.

Parameters
partNamePart with which to associate response
responseWhether or not to close the part if modified. A value of true means yes; a value of false means no.
override void NXOpen.PartCloseResponses.FreeResource ( )
protected

Free resources associated with the instance.

After this method is called, it is illegal to use the object. In .NET, this method is automatically called when the object is deleted by the garbage collector.

Created in NX3.0.0

License requirements: None.


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.