Class FieldFolderCollection
Inheritance
FieldFolderCollection
Assembly: NXOpen.dll
Syntax
public class FieldFolderCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
FieldFolderCollection()
Declaration
protected FieldFolderCollection()
FieldFolderCollection(FieldManager)
Declaration
protected FieldFolderCollection(FieldManager owner)
Parameters
Properties
Tag
Declaration
Property Value
Methods
CreateFolder(string, FieldFolder)
Declaration
public FieldFolder CreateFolder(string name, FieldFolder parent)
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
FindObject(string)
Declaration
public FieldFolder FindObject(string journalIdentifier)
Parameters
Type |
Name |
Description |
string |
journalIdentifier |
|
Returns
ToArray()
Declaration
public FieldFolder[] ToArray()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink