CustomFCODefinition.CopyFrom Method
Performs a deep copy of another object of the same type.
Namespace: Microsoft.PerformancePoint.Scorecards.Extensions
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Protected Overridable Sub CopyFrom ( _
element As CustomFCODefinition _
)
'Usage
Dim element As CustomFCODefinition
Me.CopyFrom(element)
protected virtual void CopyFrom(
CustomFCODefinition element
)
Parameters
element
Type: Microsoft.PerformancePoint.Scorecards.Extensions.CustomFCODefinitionThe object to copy.