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