Class SymbolFileCollection
Inheritance
SymbolFileCollection
Assembly: NXOpen.dll
Syntax
public class SymbolFileCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
SymbolFileCollection()
Declaration
protected SymbolFileCollection()
SymbolFileCollection(AnnotationManager)
Declaration
protected SymbolFileCollection(AnnotationManager owner)
Parameters
Properties
Tag
Declaration
Property Value
Methods
CreateSymbolFileBuilder(SymbolFile)
Declaration
public SymbolFileBuilder CreateSymbolFileBuilder(SymbolFile @object)
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 SymbolFile FindObject(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Returns
ToArray()
Declaration
public SymbolFile[] ToArray()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink