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