NXOpen .NET Reference  12.0.0
Protected Member Functions | Properties | List of all members
NXOpen.PartReopenStatus Class Reference

Contains information about a part after an attempt was made to reopen it. More...

Inheritance diagram for NXOpen.PartReopenStatus:

Protected Member Functions

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

Properties

unsafe string AfterName [get]
 Returns the name of the part after it was reopened. More...
 
unsafe string BeforeName [get]
 Returns the name of the part before it was reopened. More...
 
unsafe bool CouldNotClose [get]
 Returns whether or not the part was closed. More...
 
unsafe int LoadStatus [get]
 Returns the load status value from part load. More...
 
unsafe string LoadStatusDescription [get]
 Returns the description of the load status value from part load. More...
 
unsafe bool ModifiedInSession [get]
 Returns whether part is modified in session. More...
 
unsafe bool ModifiedOnDisk [get]
 Returns whether part is modified on disk. More...
 

Detailed Description

Contains information about a part after an attempt was made to reopen it.

Instances of this class are retrieved from PartReopenReport.GetStatuses .

Created in NX3.0.0

Member Function Documentation

override void NXOpen.PartReopenStatus.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.

Property Documentation

unsafe string NXOpen.PartReopenStatus.AfterName
get

Returns the name of the part after it was reopened.

Created in NX3.0.0

License requirements: None.

unsafe string NXOpen.PartReopenStatus.BeforeName
get

Returns the name of the part before it was reopened.

Created in NX3.0.0

License requirements: None.

unsafe bool NXOpen.PartReopenStatus.CouldNotClose
get

Returns whether or not the part was closed.

If true, then the part could not be closed because it was modified in the session, and no flag was set to allow reopening of parts modified in the session.

Created in NX3.0.0

License requirements: None.

unsafe int NXOpen.PartReopenStatus.LoadStatus
get

Returns the load status value from part load.

This will be 0 if the load was successful.

Created in NX3.0.0

License requirements: None.

unsafe string NXOpen.PartReopenStatus.LoadStatusDescription
get

Returns the description of the load status value from part load.

This will be a blank string if the load was successful.

Created in NX3.0.0

License requirements: None.

unsafe bool NXOpen.PartReopenStatus.ModifiedInSession
get

Returns whether part is modified in session.

Created in NX3.0.0

License requirements: None.

unsafe bool NXOpen.PartReopenStatus.ModifiedOnDisk
get

Returns whether part is modified on disk.

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.