KpiNumberFormatProperties.CopyFrom Method
Copies from another object of the same type.
Namespace: Microsoft.PerformancePoint.Scorecards.Formatting
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Overridable Sub CopyFrom ( _
from As KpiNumberFormatProperties _
)
'Usage
Dim instance As KpiNumberFormatProperties
Dim from As KpiNumberFormatProperties
instance.CopyFrom(from)
public virtual void CopyFrom(
KpiNumberFormatProperties from
)
Parameters
from
Type: Microsoft.PerformancePoint.Scorecards.Formatting.KpiNumberFormatPropertiesThe object to copy from.
See Also
Reference
KpiNumberFormatProperties Class