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.ExportData Class Reference

Represents data for field export More...

Inheritance diagram for NXOpen.Fields.ExportData:
NXOpen.TransientObject NXOpen.Utilities.NXRemotableObject IDisposable IMessageSink

Public Member Functions

unsafe void AddField (NXOpen.Fields.Field field)
 Add a field More...
 
unsafe void AddFields (NXOpen.Fields.Field[] fields)
 Add a field More...
 
unsafe void GetFields (out NXOpen.Fields.Field[] fields)
 Gets the fields More...
 
unsafe string GetFileName ()
 Get file name 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 for field export

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

Created in NX6.0.0

Member Function Documentation

unsafe void NXOpen.Fields.ExportData.AddField ( NXOpen.Fields.Field  field)
inline

Add a field

Created in NX6.0.0

License requirements: None.

Parameters
fieldfield to add
unsafe void NXOpen.Fields.ExportData.AddFields ( NXOpen.Fields.Field[]  fields)
inline

Add a field

Created in NX6.0.0

License requirements: None.

Parameters
fieldsfields to add
override void NXOpen.Fields.ExportData.FreeResource ( )
inlineprotectedvirtual

Destroys the object

Created in NX6.0.0

License requirements: None.

Implements NXOpen.TransientObject.

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

Gets the fields

Created in NX6.0.0

License requirements: None.

Parameters
fieldsfields
unsafe string NXOpen.Fields.ExportData.GetFileName ( )
inline

Get file name

Created in NX6.0.0

License requirements: None.

Returns
file name
unsafe void NXOpen.Fields.ExportData.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.