NXOpen C++ Reference Guide
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | List of all members
NXOpen::Fields::ImportTableDataBuilder Class Reference

Represents a NXOpen::Fields::ImportTableDataBuilder builder which can be used to import data for NXOpen::Fields::FieldTable
To create a new instance of this class, use NXOpen::Fields::FieldManager::CreateImportTableDataBuilderFromTable

Created in NX1847.0.0. More...

Inheritance diagram for NXOpen::Fields::ImportTableDataBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

bool CreateSpatialMap ()
 Returns the create spatial map value
Created in NX1847.0.0. More...
 
NXOpen::Fields::FieldTable::DuplicateValueOption DuplicateValues ()
 Returns the duplicate value option
Created in NX1847.0.0. More...
 
NXString ImportFile ()
 Returns the import data file
Created in NX1847.0.0. More...
 
bool IsStructDataFormat ()
 Returns the is structured data value
Created in NX1847.0.0. More...
 
int NumStructDataColumns ()
 Returns the number of structured data columns
Created in NX1847.0.0. More...
 
int NumStructDataPlanes ()
 Returns the number of structured data planes
Created in NX1847.0.0. More...
 
int NumStructDataRows ()
 Returns the number of structured data rows
Created in NX1847.0.0. More...
 
void RescanImportFile ()
 TODO: fill in a description for this
Created in NX1847.0.0. More...
 
void SetClearTableOnImport ()
 TODO: fill in a description for this
Created in NX1847.0.0. More...
 
void SetCreateSpatialMap (bool createSpatialMap)
 Sets the create spatial map value
Created in NX1847.0.0. More...
 
void SetDuplicateValues (NXOpen::Fields::FieldTable::DuplicateValueOption duplicateValueOption)
 Sets the duplicate value option
Created in NX1847.0.0. More...
 
void SetImportFile (const NXString &filename)
 Sets the import data file
Created in NX1847.0.0. More...
 
void SetImportFile (const char *filename)
 Sets the import data file
Created in NX1847.0.0. More...
 
void SetNumStructDataColumns (int numColumns)
 Sets the number of structured data columns
Created in NX1847.0.0. More...
 
void SetNumStructDataPlanes (int numPlanes)
 Sets the number of structured data planes
Created in NX1847.0.0. More...
 
void SetNumStructDataRows (int numRows)
 Sets the number of structured data rows
Created in NX1847.0.0. More...
 
void SetStructDataFormat (bool structuredDataFormat)
 Sets the is structured data value
Created in NX1847.0.0. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a NXOpen::Fields::ImportTableDataBuilder builder which can be used to import data for NXOpen::Fields::FieldTable
To create a new instance of this class, use NXOpen::Fields::FieldManager::CreateImportTableDataBuilderFromTable

Created in NX1847.0.0.


Member Function Documentation

bool NXOpen::Fields::ImportTableDataBuilder::CreateSpatialMap ( )

Returns the create spatial map value
Created in NX1847.0.0.



License requirements : None

NXOpen::Fields::FieldTable::DuplicateValueOption NXOpen::Fields::ImportTableDataBuilder::DuplicateValues ( )

Returns the duplicate value option
Created in NX1847.0.0.



License requirements : None

NXString NXOpen::Fields::ImportTableDataBuilder::ImportFile ( )

Returns the import data file
Created in NX1847.0.0.



License requirements : None

bool NXOpen::Fields::ImportTableDataBuilder::IsStructDataFormat ( )

Returns the is structured data value
Created in NX1847.0.0.



License requirements : None

int NXOpen::Fields::ImportTableDataBuilder::NumStructDataColumns ( )

Returns the number of structured data columns
Created in NX1847.0.0.



License requirements : None

int NXOpen::Fields::ImportTableDataBuilder::NumStructDataPlanes ( )

Returns the number of structured data planes
Created in NX1847.0.0.



License requirements : None

int NXOpen::Fields::ImportTableDataBuilder::NumStructDataRows ( )

Returns the number of structured data rows
Created in NX1847.0.0.



License requirements : None

void NXOpen::Fields::ImportTableDataBuilder::RescanImportFile ( )

TODO: fill in a description for this
Created in NX1847.0.0.



License requirements : None

void NXOpen::Fields::ImportTableDataBuilder::SetClearTableOnImport ( )

TODO: fill in a description for this
Created in NX1847.0.0.



License requirements : None

void NXOpen::Fields::ImportTableDataBuilder::SetCreateSpatialMap ( bool  createSpatialMap)

Sets the create spatial map value
Created in NX1847.0.0.



License requirements : None

Parameters
createSpatialMapcreatespatialmap
void NXOpen::Fields::ImportTableDataBuilder::SetDuplicateValues ( NXOpen::Fields::FieldTable::DuplicateValueOption  duplicateValueOption)

Sets the duplicate value option
Created in NX1847.0.0.



License requirements : None

Parameters
duplicateValueOptionduplicate value option
void NXOpen::Fields::ImportTableDataBuilder::SetImportFile ( const NXString filename)

Sets the import data file
Created in NX1847.0.0.



License requirements : None

Parameters
filenamefilename
void NXOpen::Fields::ImportTableDataBuilder::SetImportFile ( const char *  filename)

Sets the import data file
Created in NX1847.0.0.



License requirements : None

Parameters
filenamefilename
void NXOpen::Fields::ImportTableDataBuilder::SetNumStructDataColumns ( int  numColumns)

Sets the number of structured data columns
Created in NX1847.0.0.



License requirements : None

Parameters
numColumnsnumcolumns
void NXOpen::Fields::ImportTableDataBuilder::SetNumStructDataPlanes ( int  numPlanes)

Sets the number of structured data planes
Created in NX1847.0.0.



License requirements : None

Parameters
numPlanesnumplanes
void NXOpen::Fields::ImportTableDataBuilder::SetNumStructDataRows ( int  numRows)

Sets the number of structured data rows
Created in NX1847.0.0.



License requirements : None

Parameters
numRowsnumrows
void NXOpen::Fields::ImportTableDataBuilder::SetStructDataFormat ( bool  structuredDataFormat)

Sets the is structured data value
Created in NX1847.0.0.



License requirements : None

Parameters
structuredDataFormatstructured data format

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