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

Contains information about a part and its components after it has been reopened. More...

Inheritance diagram for NXOpen.PartReopenReport:

Public Member Functions

unsafe NXOpen.PartReopenStatus[] GetStatuses ()
 Returns a list of objects representing information about the parts that were reopened during the reopen operation. More...
 

Protected Member Functions

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

Properties

unsafe bool CouldNotResetWorkPart [get]
 Returns whether or not the work part failed to reset during the reopen operation. More...
 
unsafe int NumberReopenParts [get]
 Returns the number of parts that reopen was attempted on. More...
 
unsafe bool WasDisplayPartReopened [get]
 Returns whether or not the display part was reopened by the reopen operation. More...
 

Detailed Description

Contains information about a part and its components after it has been reopened.

Instances of this class are returned from the following reopen methods: NXOpen.BasePart.Reopen NXOpen.BasePart.ReopenAs NXOpen.PartCollection.ReopenAll

Created in NX3.0.0

Member Function Documentation

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

unsafe NXOpen.PartReopenStatus [] NXOpen.PartReopenReport.GetStatuses ( )

Returns a list of objects representing information about the parts that were reopened during the reopen operation.

See NXOpen.PartReopenStatus .

Created in NX6.0.1

License requirements: None.

Returns

Property Documentation

unsafe bool NXOpen.PartReopenReport.CouldNotResetWorkPart
get

Returns whether or not the work part failed to reset during the reopen operation.

Created in NX3.0.0

License requirements: None.

unsafe int NXOpen.PartReopenReport.NumberReopenParts
get

Returns the number of parts that reopen was attempted on.

Created in NX3.0.0

License requirements: None.

unsafe bool NXOpen.PartReopenReport.WasDisplayPartReopened
get

Returns whether or not the display part was reopened by the reopen operation.

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.