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

Represents data transfer objectst for field import More...

Inheritance diagram for NXOpen.Fields.ImportData:

Public Member Functions

unsafe void SetFileName (string fileName)
 Set file name More...
 
unsafe string GetFileName ()
 Get file name More...
 
unsafe void GetFields (out NXOpen.Fields.Field[] fields)
 Return the fields that have been imported More...
 
unsafe void GetMessages (out string[] messages)
 Return any diagnostic messages More...
 

Protected Member Functions

override void FreeResource ()
 Destroys the object More...
 

Detailed Description

Represents data transfer objectst for field import

To create a new instance of this class, use NXOpen.Fields.FieldManager.CreateImportData

Created in NX6.0.0

Member Function Documentation

override void NXOpen.Fields.ImportData.FreeResource ( )
protected

Destroys the object

Created in NX6.0.0

License requirements: None.

unsafe void NXOpen.Fields.ImportData.GetFields ( out NXOpen.Fields.Field[]  fields)

Return the fields that have been imported

Created in NX6.0.1

License requirements: None.

Parameters
fieldsthe fields that have been imported
unsafe string NXOpen.Fields.ImportData.GetFileName ( )

Get file name

Created in NX6.0.0

License requirements: None.

Returns
file name
unsafe void NXOpen.Fields.ImportData.GetMessages ( out string[]  messages)

Return any diagnostic messages

Created in NX11.0.1

License requirements: None.

Parameters
messagesthe diagnostic messages if any
unsafe void NXOpen.Fields.ImportData.SetFileName ( string  fileName)

Set file name

Created in NX6.0.0

License requirements: None.

Parameters
fileNamefile name

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