NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Properties | List of all members
NXOpen.Fields.ImportBuilder Class Reference

Represents a Fields.ImportBuilder builder More...

Inheritance diagram for NXOpen.Fields.ImportBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  ActionType {
  Import, DontImport, ImportAppend, Replace,
  BackupAndReplace, ImportPrepend
}
 TODO: Add documentation for this enum and each of its members More...
 
enum  ConflictType {
  NoConflict, NameOnlyConflict, NameOnlyConflictInUse, CompatibleVariableConflict,
  CompatibleVariableConflictInUse, IncompatibleVariableConflict, IncompatibleVariableConflictInUse
}
 TODO: Add documentation for this enum and each of its members More...
 
enum  ImportConflictStrategy { AppendtoImportedFieldName, PrependStringtoImportedFieldName, UserSpecifiedReplaceandorRename }
 TODO: Add documentation for this enum and each of its members More...
 
enum  ImportFieldStrategy {
  Skip, RenameExisting, RenameImported, Replace,
  BackupReplace
}
 TODO: Add documentation for this enum and each of its members More...
 
enum  ImportFilter {
  All, Formula, Table, LinkedField,
  TableofFields, FilterbyName, FilterbyDomain, FilterbyDependentVariableName,
  FilterbyIndependentVariableName
}
 TODO: Add documentation for this enum and each of its members More...
 

Public Member Functions

unsafe int GetImportAction (int nthField)
 Get the import action More...
 
unsafe void SetImportAction (int nthField, int action)
 Set the import action More...
 
- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override 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...
 

Properties

unsafe
NXOpen.Fields.ImportBuilder.ImportConflictStrategy 
ConflictResolutionStrategy [get, set]
 Returns or sets the conflict resolution strategy More...
 
unsafe
NXOpen.Fields.ImportBuilder.ImportFilter 
FilterOptions [get, set]
 Returns or sets the filter options More...
 
unsafe string FilterString [get, set]
 Returns or sets the filter string More...
 
unsafe NXOpen.Fields.Field ImportField [get, set]
 Returns or sets the import field More...
 
unsafe string ImportFile [get, set]
 Returns or sets the import file More...
 
unsafe string PrependString [get, set]
 Returns or sets the prepend string More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a Fields.ImportBuilder builder

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

Default values.

Property Value

ConflictResolutionStrategy

AppendtoImportedFieldName

FilterOptions

All

Created in NX1847.0.0

Member Enumeration Documentation

TODO: Add documentation for this enum and each of its members

Enumerator
Import 
DontImport 
ImportAppend 
Replace 
BackupAndReplace 
ImportPrepend 

TODO: Add documentation for this enum and each of its members

Enumerator
NoConflict 
NameOnlyConflict 
NameOnlyConflictInUse 
CompatibleVariableConflict 
CompatibleVariableConflictInUse 
IncompatibleVariableConflict 
IncompatibleVariableConflictInUse 

TODO: Add documentation for this enum and each of its members

Enumerator
AppendtoImportedFieldName 
PrependStringtoImportedFieldName 
UserSpecifiedReplaceandorRename 

TODO: Add documentation for this enum and each of its members

Enumerator
Skip 
RenameExisting 
RenameImported 
Replace 
BackupReplace 

TODO: Add documentation for this enum and each of its members

Enumerator
All 
Formula 
Table 
LinkedField 
TableofFields 
FilterbyName 
FilterbyDomain 
FilterbyDependentVariableName 
FilterbyIndependentVariableName 

Member Function Documentation

unsafe int NXOpen.Fields.ImportBuilder.GetImportAction ( int  nthField)
inline

Get the import action

Created in NX1847.0.0

License requirements: None.

Parameters
nthField
Returns
unsafe void NXOpen.Fields.ImportBuilder.SetImportAction ( int  nthField,
int  action 
)
inline

Set the import action

Created in NX1847.0.0

License requirements: None.

Parameters
nthField
action

Property Documentation

unsafe NXOpen.Fields.ImportBuilder.ImportConflictStrategy NXOpen.Fields.ImportBuilder.ConflictResolutionStrategy
getset

Returns or sets the conflict resolution strategy

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Fields.ImportBuilder.ImportFilter NXOpen.Fields.ImportBuilder.FilterOptions
getset

Returns or sets the filter options

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe string NXOpen.Fields.ImportBuilder.FilterString
getset

Returns or sets the filter string

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Fields.Field NXOpen.Fields.ImportBuilder.ImportField
getset

Returns or sets the import field

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe string NXOpen.Fields.ImportBuilder.ImportFile
getset

Returns or sets the import file

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe string NXOpen.Fields.ImportBuilder.PrependString
getset

Returns or sets the prepend string

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: None.


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