This document is archived and information here might be outdated. Recommended version. |
Performs a transform between the current and previous scale lists.
[Visual Basic .NET] Public Sub Transform ( _ ByVal pOldScale As IGPEvaluationScale, _ ByVal pNewScale As IGPEvaluationScale _ )
[C#] public void Transform ( IGPEvaluationScale pOldScale, IGPEvaluationScale pNewScale );
[C++]
HRESULT Transform(
IGPEvaluationScale* pOldScale,
IGPEvaluationScale* pNewScale
);
[C++] Parameters pOldScale [in]
pOldScale is a parameter of type IGPEvaluationScale* pNewScale [in]
pNewScale is a parameter of type IGPEvaluationScale*