Class ParameterTableCollection
Inheritance
ParameterTableCollection
Assembly: NXOpen.dll
Syntax
public class ParameterTableCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
ParameterTableCollection()
Declaration
protected ParameterTableCollection()
ParameterTableCollection(BasePart)
Declaration
protected ParameterTableCollection(BasePart owner)
Parameters
Properties
Tag
Declaration
Property Value
Methods
Create(string)
Declaration
public ParameterTable Create(string tableName)
Parameters
Type |
Name |
Description |
string |
tableName |
|
Returns
EnumerateMoveNext(ref Tag, byte[])
Declaration
protected override int EnumerateMoveNext(ref Tag currentTag, byte[] state)
Parameters
Type |
Name |
Description |
Tag |
currentTag |
|
byte[] |
state |
|
Returns
Overrides
FindObject(string)
Declaration
public ParameterTable FindObject(string journalIdentifier)
Parameters
Type |
Name |
Description |
string |
journalIdentifier |
|
Returns
ImportFile(string, bool)
Declaration
public ParameterTable ImportFile(string fileName, bool remember)
Parameters
Type |
Name |
Description |
string |
fileName |
|
bool |
remember |
|
Returns
ImportFileWithErrorInfo(string, bool, out string)
Declaration
public ParameterTable ImportFileWithErrorInfo(string fileName, bool remember, out string expName)
Parameters
Returns
ToArray()
Declaration
public ParameterTable[] ToArray()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink