FileOperationData Class

class NXOpen.UIStyler.FileOperationData

Bases: NXOpen.TransientObject

Represents a FileOperationData for UI Styler

New in version NX5.0.0.

Properties

Property Description
State Returns the state
Type Returns the file operation type

Methods

Method Description
Dispose Free resources associated with the instance.

Property Detail

State

FileOperationData.State

Returns the state

-------------------------------------

Getter Method

Signature State

Returns:
Return type:NXOpen.UIStyler.FileOperationDataFileOperationState

New in version NX5.0.0.

License requirements: None.

Type

FileOperationData.Type

Returns the file operation type

-------------------------------------

Getter Method

Signature Type

Returns:
Return type:NXOpen.UIStyler.FileOperationDataFileOperationType

New in version NX5.0.0.

License requirements: None.

Method Detail

Dispose

FileOperationData.Dispose

Free resources associated with the instance.

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

Signature Dispose()

New in version NX5.0.0.

License requirements: None.