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

Represents a NXOpen.Mechatronics.TagTableBuilder builder. More...

Inheritance diagram for NXOpen.Mechatronics.TagTableBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe void ChangeId (string oldId, string newId)
 Changes ID. More...
 
unsafe void DeleteAllParameters ()
 Delete all parameters. More...
 
unsafe void DeleteParameter (string id)
 Delete parameter. More...
 
unsafe void EditBoolParameter (string id, string name, bool value)
 Edits bool parameter value. More...
 
unsafe void EditIntParameter (string id, string name, int value)
 Edits Int parameter. More...
 
unsafe void EditListParameter (string id, string name, int newSelectedIndex)
 Edits List parameter. More...
 
unsafe void EditRealParameter (string id, string name, double value)
 Edits Real parameter. More...
 
unsafe void EditStringParameter (string id, string name, string value)
 Edits String parameter. More...
 
unsafe string GenerateNewValue ()
 Generates new value. More...
 
unsafe bool GetBoolParameter (string id, string name)
 Gets bool parameter value. More...
 
unsafe
NXOpen.Mechatronics.TagFormObject 
Getform ()
 Gets selected form NXOpen.Mechatronics.TagFormObject . More...
 
unsafe string[] GetIds ()
 Gets Ids of all values . More...
 
unsafe int GetIntParameter (string id, string name)
 Gets int parameter value. More...
 
unsafe string[] GetListParameter (string id, string name, out int selectedIndex)
 Gets list parameter value. More...
 
unsafe string[] GetParameterNamesAndTypesByID (string id, out NXOpen.Mechatronics.ParameterStockBuilder.DataType[] types)
 Gets parameter names and types by value ID. More...
 
unsafe double GetRealParameter (string id, string name, out NXOpen.Unit unit)
 Gets real parameter value. More...
 
unsafe string GetStringParameter (string id, string name)
 Gets string parameter value. More...
 
unsafe void MoveParameterDown (string id)
 Move parameter down. More...
 
unsafe void MoveParameterUp (string id)
 Move parameter up. More...
 
unsafe void SetForm (NXOpen.Mechatronics.TagFormObject form)
 Sets the form NXOpen.Mechatronics.TagFormObject object. 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 Name [get, set]
 Returns or sets the name. More...
 

Additional Inherited Members

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

Detailed Description

Represents a NXOpen.Mechatronics.TagTableBuilder builder.

To create a new instance of this class, use NXOpen.Mechatronics.TagTableCollection.CreateTagTableBuilder

Created in NX10.0.0

Member Function Documentation

unsafe void NXOpen.Mechatronics.TagTableBuilder.ChangeId ( string  oldId,
string  newId 
)
inline

Changes ID.

Created in NX10.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Parameters
oldId
newId
unsafe void NXOpen.Mechatronics.TagTableBuilder.DeleteAllParameters ( )
inline

Delete all parameters.

Created in NX10.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

unsafe void NXOpen.Mechatronics.TagTableBuilder.DeleteParameter ( string  id)
inline

Delete parameter.

Created in NX10.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Parameters
id
unsafe void NXOpen.Mechatronics.TagTableBuilder.EditBoolParameter ( string  id,
string  name,
bool  value 
)
inline

Edits bool parameter value.

Created in NX10.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Parameters
id
name
value
unsafe void NXOpen.Mechatronics.TagTableBuilder.EditIntParameter ( string  id,
string  name,
int  value 
)
inline

Edits Int parameter.

Created in NX10.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Parameters
id
name
value
unsafe void NXOpen.Mechatronics.TagTableBuilder.EditListParameter ( string  id,
string  name,
int  newSelectedIndex 
)
inline

Edits List parameter.

Created in NX10.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Parameters
id
name
newSelectedIndex
unsafe void NXOpen.Mechatronics.TagTableBuilder.EditRealParameter ( string  id,
string  name,
double  value 
)
inline

Edits Real parameter.

Created in NX10.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Parameters
id
name
value
unsafe void NXOpen.Mechatronics.TagTableBuilder.EditStringParameter ( string  id,
string  name,
string  value 
)
inline

Edits String parameter.

Created in NX10.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Parameters
id
name
value
unsafe string NXOpen.Mechatronics.TagTableBuilder.GenerateNewValue ( )
inline

Generates new value.

Created in NX10.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Returns
unsafe bool NXOpen.Mechatronics.TagTableBuilder.GetBoolParameter ( string  id,
string  name 
)
inline

Gets bool parameter value.

Created in NX10.0.0

License requirements: None.

Parameters
id
name
Returns
unsafe NXOpen.Mechatronics.TagFormObject NXOpen.Mechatronics.TagTableBuilder.Getform ( )
inline

Gets selected form NXOpen.Mechatronics.TagFormObject .

Created in NX10.0.0

License requirements: None.

Returns
unsafe string [] NXOpen.Mechatronics.TagTableBuilder.GetIds ( )
inline

Gets Ids of all values .

Created in NX10.0.0

License requirements: None.

Returns
unsafe int NXOpen.Mechatronics.TagTableBuilder.GetIntParameter ( string  id,
string  name 
)
inline

Gets int parameter value.

Created in NX10.0.0

License requirements: None.

Parameters
id
name
Returns
unsafe string [] NXOpen.Mechatronics.TagTableBuilder.GetListParameter ( string  id,
string  name,
out int  selectedIndex 
)
inline

Gets list parameter value.

Created in NX10.0.0

License requirements: None.

Parameters
id
name
Returns
Parameters
selectedIndex
unsafe string [] NXOpen.Mechatronics.TagTableBuilder.GetParameterNamesAndTypesByID ( string  id,
out NXOpen.Mechatronics.ParameterStockBuilder.DataType[]  types 
)
inline

Gets parameter names and types by value ID.

Created in NX10.0.0

License requirements: None.

Parameters
id
Returns
Parameters
types
unsafe double NXOpen.Mechatronics.TagTableBuilder.GetRealParameter ( string  id,
string  name,
out NXOpen.Unit  unit 
)
inline

Gets real parameter value.

Created in NX10.0.0

License requirements: None.

Parameters
id
name
Returns
Parameters
unit
unsafe string NXOpen.Mechatronics.TagTableBuilder.GetStringParameter ( string  id,
string  name 
)
inline

Gets string parameter value.

Created in NX10.0.0

License requirements: None.

Parameters
id
name
Returns
unsafe void NXOpen.Mechatronics.TagTableBuilder.MoveParameterDown ( string  id)
inline

Move parameter down.

Created in NX10.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Parameters
id
unsafe void NXOpen.Mechatronics.TagTableBuilder.MoveParameterUp ( string  id)
inline

Move parameter up.

Created in NX10.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Parameters
id
unsafe void NXOpen.Mechatronics.TagTableBuilder.SetForm ( NXOpen.Mechatronics.TagFormObject  form)
inline

Sets the form NXOpen.Mechatronics.TagFormObject object.

Created in NX10.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Parameters
form

Property Documentation

unsafe string NXOpen.Mechatronics.TagTableBuilder.Name
getset

Returns or sets the name.

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: nx_mcd_core ("Mechatronics Concept Designer")


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