FlexiMotionDefinition.

CopyFrom(FlexiMotionDefinition) Method

Summary

Copies the contents of `copyFrom` into this object, replacing its previous contents.
Assembly
FlexiMotion.dll
Namespace
FlexiMotion
Containing Type
FlexiMotionDefinition

Syntax

public void CopyFrom(FlexiMotionDefinition copyFrom)

Remarks

FlexiMotion.FMUtilities.Clone``1(``0) uses this method internally.

Parameters

Name Type Description
copyFrom FlexiMotionDefinition

Return Value

Type Description
void