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

This is the NXOpen.Gateway.BaseExplicitOrderBuilder for the explicit order More...

Inheritance diagram for NXOpen.Gateway.BaseExplicitOrderBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink NXOpen.Annotations.PMIExplicitOrderBuilder

Public Member Functions

unsafe void Clear ()
 Clears the current order and restores it to the default order More...
 
unsafe string[] Delete (string[] selectedEntries, string[] currentOrder, int numOfRemainingEntries)
 Deletes the saved order/orders that has/have been selected by the user from the list of saved orders More...
 
unsafe string[] DownArrow (string[] selectedEntries, string[] currentOrder)
 Moves down the row/rows selected by the user in the lists More...
 
unsafe string[] Paste (int pastePoint, string[] selectedEntries, string[] currentOrder)
 Pastes the rows that have been previously selected using the cut operation More...
 
unsafe void Save (string[] orderList, string saveName)
 Saves an explicit order defined by the user More...
 
unsafe void SaveAsTextFile (string savedOrderName, string saveFileName, bool overwriteFile)
 Saves the selected saved order in the form of a text file More...
 
unsafe string[] UpArrow (string[] selectedEntries, string[] currentOrder)
 Moves up the row/rows selected by the user in the lists 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 SaveName [get, set]
 Returns or sets the save name 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

This is the NXOpen.Gateway.BaseExplicitOrderBuilder for the explicit order

This is an abstract class, and cannot be instantiated.

Created in NX9.0.0

Member Function Documentation

unsafe void NXOpen.Gateway.BaseExplicitOrderBuilder.Clear ( )
inline

Clears the current order and restores it to the default order

Created in NX9.0.0

License requirements: None.

unsafe string [] NXOpen.Gateway.BaseExplicitOrderBuilder.Delete ( string[]  selectedEntries,
string[]  currentOrder,
int  numOfRemainingEntries 
)
inline

Deletes the saved order/orders that has/have been selected by the user from the list of saved orders

Created in NX9.0.0

License requirements: None.

Parameters
selectedEntries
currentOrder
numOfRemainingEntries
Returns
unsafe string [] NXOpen.Gateway.BaseExplicitOrderBuilder.DownArrow ( string[]  selectedEntries,
string[]  currentOrder 
)
inline

Moves down the row/rows selected by the user in the lists

Created in NX9.0.0

License requirements: None.

Parameters
selectedEntries
currentOrder
Returns
unsafe string [] NXOpen.Gateway.BaseExplicitOrderBuilder.Paste ( int  pastePoint,
string[]  selectedEntries,
string[]  currentOrder 
)
inline

Pastes the rows that have been previously selected using the cut operation

Created in NX9.0.0

License requirements: None.

Parameters
pastePoint
selectedEntries
currentOrder
Returns
unsafe void NXOpen.Gateway.BaseExplicitOrderBuilder.Save ( string[]  orderList,
string  saveName 
)
inline

Saves an explicit order defined by the user

Created in NX9.0.0

License requirements: None.

Parameters
orderList
saveName
unsafe void NXOpen.Gateway.BaseExplicitOrderBuilder.SaveAsTextFile ( string  savedOrderName,
string  saveFileName,
bool  overwriteFile 
)
inline

Saves the selected saved order in the form of a text file

Created in NX9.0.0

License requirements: None.

Parameters
savedOrderName
saveFileName
overwriteFile
unsafe string [] NXOpen.Gateway.BaseExplicitOrderBuilder.UpArrow ( string[]  selectedEntries,
string[]  currentOrder 
)
inline

Moves up the row/rows selected by the user in the lists

Created in NX9.0.0

License requirements: None.

Parameters
selectedEntries
currentOrder
Returns

Property Documentation

unsafe string NXOpen.Gateway.BaseExplicitOrderBuilder.SaveName
getset

Returns or sets the save name

Created in NX9.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.