NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
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:
NXOpen.TransientObject NXOpen.Utilities.NXRemotableObject IDisposable IMessageSink

Public Member Functions

unsafe void GetFields (out NXOpen.Fields.Field[] fields)
 Return the fields that have been imported More...
 
unsafe string GetFileName ()
 Get file name More...
 
unsafe void GetMessages (out string[] messages)
 Return any diagnostic messages More...
 
unsafe void SetFileName (string fileName)
 Set file name More...
 
- Public Member Functions inherited from NXOpen.TransientObject
void Dispose ()
 Frees the object from memory. More...
 
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
new string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Protected Member Functions

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

Additional Inherited Members

- Properties inherited from NXOpen.TransientObject
IntPtr Handle [get]
 Handle of the internal object represented by this 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 ( )
inlineprotectedvirtual

Destroys the object

Created in NX6.0.0

License requirements: None.

Implements NXOpen.TransientObject.

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

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 ( )
inline

Get file name

Created in NX6.0.0

License requirements: None.

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

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)
inline

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 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.