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

Represents a NXOpen.Features.VehicleDesign.BaseDataImportExportBuilder builder used to import and export expressions from and to a spreadsheet. More...

Inheritance diagram for NXOpen.Features.VehicleDesign.BaseDataImportExportBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  ExportOptions { NewItem, ExistingItem }
 This enum represents the option to indicate if the expressions are to be exported to a new item or an existing item in Teamcenter. More...
 
enum  OperateOptions { Import, Export }
 This enum represents the import or export operate options More...
 

Public Member Functions

unsafe void AssignItemNumber (out string itemId, out string itemName, out string itemRevision, out bool idSensitivity, out bool revSensitivity)
 Used to assign Item number and revision in Teamcenter . More...
 
unsafe void AssignItemRevision (string itemId, out string itemRevision, out bool revSensitivity)
 Used to assign Item revision in Teamcenter. More...
 
unsafe void SetObjectCreateBuilder (NXOpen.PDM.ObjectCreateBuilder objectCreateBuilder)
 Sets NXOpen.PDM.ObjectCreateBuilder 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 string DatasetName [get, set]
 Returns or sets the name of the Teamcenter dataset from which the spreadsheet is to be imported from or exported to. More...
 
unsafe
NXOpen.Features.VehicleDesign.BaseDataImportExportBuilder.ExportOptions 
ExportOption [get, set]
 Returns or sets the option which indicates if the expressions are to be exported a new create item or an existing item in Teamcenter. More...
 
unsafe
NXOpen.Features.VehicleDesign.BaseDataImportExportBuilder.OperateOptions 
OperateOption [get, set]
 Returns or sets the option which indicates if the spreadsheet is to be imported or exported. More...
 
unsafe bool OverrideExistingExpressions [get, set]
 Returns or sets the value which indicates whether to override existing expressions in the work part when importing. More...
 
unsafe string SpreadSheetFileName [get, set]
 Returns or sets the spreadsheet name which indicates the spreadsheet to be imported or exported. More...
 
unsafe string SpreadsheetItemID [get, set]
 Returns or sets the item ID number which indicates the item that the spreadsheet is to be imported from or exported to. More...
 
unsafe string SpreadsheetItemName [get, set]
 Returns or sets the item name of the spreadsheet in Teamcenter. More...
 
unsafe string SpreadsheetItemRevision [get, set]
 Returns or sets the item revision of the spreadsheet that is to be imported from or exported to. 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 NXOpen.Features.VehicleDesign.BaseDataImportExportBuilder builder used to import and export expressions from and to a spreadsheet.

To create a new instance of this class, use NXOpen.Features.VehicleDesignCollection.CreateBaseDataImportExportBuilder

Default values.

Property Value

ExportOption

NewItem

OperateOption

Import

OverrideExistingExpressions

0

Created in NX8.5.0

Member Enumeration Documentation

This enum represents the option to indicate if the expressions are to be exported to a new item or an existing item in Teamcenter.

Enumerator
NewItem 
ExistingItem 

This enum represents the import or export operate options

Enumerator
Import 
Export 

Member Function Documentation

unsafe void NXOpen.Features.VehicleDesign.BaseDataImportExportBuilder.AssignItemNumber ( out string  itemId,
out string  itemName,
out string  itemRevision,
out bool  idSensitivity,
out bool  revSensitivity 
)
inline

Used to assign Item number and revision in Teamcenter .

Created in NX8.5.0

License requirements: gateway ("UG GATEWAY")

Parameters
itemId
itemName
itemRevision
idSensitivity
revSensitivity
unsafe void NXOpen.Features.VehicleDesign.BaseDataImportExportBuilder.AssignItemRevision ( string  itemId,
out string  itemRevision,
out bool  revSensitivity 
)
inline

Used to assign Item revision in Teamcenter.

Created in NX8.5.0

License requirements: gateway ("UG GATEWAY")

Parameters
itemId
itemRevision
revSensitivity
unsafe void NXOpen.Features.VehicleDesign.BaseDataImportExportBuilder.SetObjectCreateBuilder ( NXOpen.PDM.ObjectCreateBuilder  objectCreateBuilder)
inline

Sets NXOpen.PDM.ObjectCreateBuilder

Created in NX10.0.0

License requirements: gateway ("UG GATEWAY")

Parameters
objectCreateBuilder

Property Documentation

unsafe string NXOpen.Features.VehicleDesign.BaseDataImportExportBuilder.DatasetName
getset

Returns or sets the name of the Teamcenter dataset from which the spreadsheet is to be imported from or exported to.

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: gateway ("UG GATEWAY")

unsafe NXOpen.Features.VehicleDesign.BaseDataImportExportBuilder.ExportOptions NXOpen.Features.VehicleDesign.BaseDataImportExportBuilder.ExportOption
getset

Returns or sets the option which indicates if the expressions are to be exported a new create item or an existing item in Teamcenter.

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: gateway ("UG GATEWAY")

unsafe NXOpen.Features.VehicleDesign.BaseDataImportExportBuilder.OperateOptions NXOpen.Features.VehicleDesign.BaseDataImportExportBuilder.OperateOption
getset

Returns or sets the option which indicates if the spreadsheet is to be imported or exported.

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: gateway ("UG GATEWAY")

unsafe bool NXOpen.Features.VehicleDesign.BaseDataImportExportBuilder.OverrideExistingExpressions
getset

Returns or sets the value which indicates whether to override existing expressions in the work part when importing.

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: gateway ("UG GATEWAY")

unsafe string NXOpen.Features.VehicleDesign.BaseDataImportExportBuilder.SpreadSheetFileName
getset

Returns or sets the spreadsheet name which indicates the spreadsheet to be imported or exported.

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: gateway ("UG GATEWAY")

unsafe string NXOpen.Features.VehicleDesign.BaseDataImportExportBuilder.SpreadsheetItemID
getset

Returns or sets the item ID number which indicates the item that the spreadsheet is to be imported from or exported to.

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: gateway ("UG GATEWAY")

unsafe string NXOpen.Features.VehicleDesign.BaseDataImportExportBuilder.SpreadsheetItemName
getset

Returns or sets the item name of the spreadsheet in Teamcenter.

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: gateway ("UG GATEWAY")

unsafe string NXOpen.Features.VehicleDesign.BaseDataImportExportBuilder.SpreadsheetItemRevision
getset

Returns or sets the item revision of the spreadsheet that is to be imported from or exported to.

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: gateway ("UG GATEWAY")


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