Class ModelingObjectPropertyTableCollection
Inheritance
ModelingObjectPropertyTableCollection
Assembly: NXOpen.dll
Syntax
public class ModelingObjectPropertyTableCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
ModelingObjectPropertyTableCollection()
Declaration
protected ModelingObjectPropertyTableCollection()
ModelingObjectPropertyTableCollection(CaePart)
Declaration
protected ModelingObjectPropertyTableCollection(CaePart owner)
Parameters
Type |
Name |
Description |
CaePart |
owner |
|
Properties
Tag
Declaration
Property Value
Methods
CopyModelingObjectPropertyTable(ModelingObjectPropertyTable)
Declaration
public ModelingObjectPropertyTable CopyModelingObjectPropertyTable(ModelingObjectPropertyTable sourceModelingObjectPropertyTable)
Parameters
Returns
CreateModelingObjectPropertyTable(string, string, string, string, int)
Declaration
public ModelingObjectPropertyTable CreateModelingObjectPropertyTable(string descriptorType, string languageName, string solverName, string name, int label)
Parameters
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
Filter(bool, int, bool, string, bool, int, bool, int, out ModelingObjectPropertyTable[])
Declaration
public void Filter(bool filterByType, int filterType, bool filterByName, string filterName, bool filterByLowerLabelBound, int lowerLabelBound, bool filterByUpperLabelBound, int upperLabelBound, out ModelingObjectPropertyTable[] found)
Parameters
FindObject(string)
Declaration
public ModelingObjectPropertyTable FindObject(string journalIdentifier)
Parameters
Type |
Name |
Description |
string |
journalIdentifier |
|
Returns
Declaration
public void Information(ModelingObjectPropertyTable[] ssmos)
Parameters
ToArray()
Declaration
public ModelingObjectPropertyTable[] ToArray()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink