NXOpen .NET Reference  12.0.0
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.GeometricUtilities.IComponentBuilder

Public Member Functions

unsafe
NXOpen.Mechatronics.TagFormObject 
Getform ()
 Gets selected form NXOpen.Mechatronics.TagFormObject . More...
 
unsafe void SetForm (NXOpen.Mechatronics.TagFormObject form)
 Sets the form NXOpen.Mechatronics.TagFormObject object. More...
 
unsafe string GenerateNewValue ()
 Generates new value. More...
 
unsafe void ChangeId (string oldId, string newId)
 Changes ID. More...
 
unsafe string[] GetIds ()
 Gets Ids of all values . More...
 
unsafe string[] GetParameterNamesAndTypesByID (string id, out NXOpen.Mechatronics.ParameterStockBuilder.DataType[] types)
 Gets parameter names and types by value ID. More...
 
unsafe bool GetBoolParameter (string id, string name)
 Gets bool parameter value. More...
 
unsafe int GetIntParameter (string id, string name)
 Gets int parameter value. 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 string[] GetListParameter (string id, string name, out int selectedIndex)
 Gets list parameter value. 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 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 void EditListParameter (string id, string name, int newSelectedIndex)
 Edits List parameter. More...
 
unsafe void MoveParameterUp (string id)
 Move parameter up. More...
 
unsafe void MoveParameterDown (string id)
 Move parameter down. More...
 
unsafe void DeleteParameter (string id)
 Delete parameter. More...
 
unsafe void DeleteAllParameters ()
 Delete all parameters. 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...
 

Properties

unsafe string Name [get, set]
 Returns or sets the name. 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 
)

Changes ID.

Created in NX10.0.0

License requirements: nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

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

Delete all parameters.

Created in NX10.0.0

License requirements: nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

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

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 
)

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 
)

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 
)

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 
)

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 
)

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 ( )

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 
)

Gets bool parameter value.

Created in NX10.0.0

License requirements: None.

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

Gets selected form NXOpen.Mechatronics.TagFormObject .

Created in NX10.0.0

License requirements: None.

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

Gets Ids of all values .

Created in NX10.0.0

License requirements: None.

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

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 
)

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 
)

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 
)

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 
)

Gets string parameter value.

Created in NX10.0.0

License requirements: None.

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

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)

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)

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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.