Class CollaborationZoneCollection
Inheritance
CollaborationZoneCollection
Assembly: NXOpen.dll
Syntax
public class CollaborationZoneCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
CollaborationZoneCollection()
Declaration
protected CollaborationZoneCollection()
CollaborationZoneCollection(Part)
Declaration
protected CollaborationZoneCollection(Part owner)
Parameters
Type |
Name |
Description |
Part |
owner |
|
Properties
Tag
Declaration
Property Value
Methods
CountCollaborationZones()
Declaration
public int CountCollaborationZones()
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 CollaborationZone FindObject(string identifier)
Parameters
Type |
Name |
Description |
string |
identifier |
|
Returns
ToArray()
Declaration
public CollaborationZone[] ToArray()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink