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