Class CollaborativeDesignCollection
Inheritance
CollaborativeDesignCollection
Assembly: NXOpen.dll
Syntax
public class CollaborativeDesignCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
CollaborativeDesignCollection()
Declaration
protected CollaborativeDesignCollection()
CollaborativeDesignCollection(CollaborativeContentManager)
Declaration
protected CollaborativeDesignCollection(CollaborativeContentManager owner)
Parameters
Properties
CurrentSubsetBuilder
Declaration
public SubsetBuilder CurrentSubsetBuilder { get; }
Property Value
Tag
Declaration
Property Value
Methods
EnumerateMoveNext(ref Tag, byte[])
Declaration
protected override int EnumerateMoveNext(ref Tag currentTag, byte[] state)
Parameters
Type |
Name |
Description |
Tag |
currentTag |
|
byte[] |
state |
|
Returns
Overrides
Find(string)
Declaration
public TaggedObject Find(string journalIdentifier)
Parameters
Type |
Name |
Description |
string |
journalIdentifier |
|
Returns
FindObject(string)
Declaration
public CollaborativeDesign FindObject(string journalIdentifier)
Parameters
Type |
Name |
Description |
string |
journalIdentifier |
|
Returns
ToArray()
Declaration
public CollaborativeDesign[] ToArray()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink