Point3DAnimationUsingKeyFrames.AddChild(Object) Method
Definition
Adds a child Point3DKeyFrame to this Point3DAnimationUsingKeyFrames.
protected:
virtual void AddChild(System::Object ^ child);
protected virtual void AddChild (object child);
abstract member AddChild : obj -> unit
override this.AddChild : obj -> unit
Protected Overridable Sub AddChild (child As Object)
Parameters
- child
- Object
The object to be added as the child of this Point3DAnimationUsingKeyFrames.
Exceptions
The parameter child
is not a Point3DKeyFrame.
Remarks
This method allows Point3DKeyFrame objects to be direct children of a Point3DAnimationUsingKeyFrames object in markup.