This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IG > IGPSAWeightedOverlayTable Interface > IGPSAWeightedOverlayTable.Transform Method (ArcObjects .NET 10.5 SDK) |
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