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