Class ElementCollection
Inheritance
ElementCollection
Assembly: NXOpen.dll
Syntax
public class ElementCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
ElementCollection()
Declaration
protected ElementCollection()
ElementCollection(BaseFEModel)
Declaration
protected ElementCollection(BaseFEModel owner)
Parameters
Properties
Tag
Declaration
Property Value
Methods
Create(ElementType, ConnectionType, string)
Declaration
public Element Create(ElementType elementType, ConnectionType connectionType, string name)
Parameters
Returns
Create(ElementType, string, IConnection[])
Declaration
public Element Create(ElementType elementType, string name, IConnection[] connections)
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
ToArray()
Declaration
public Element[] ToArray()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink