This document is archived and information here might be outdated.  Recommended version.


IGPSAWeightedOverlayTable.Transform Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IG > IGPSAWeightedOverlayTable Interface > IGPSAWeightedOverlayTable.Transform Method
ArcGIS Developer Help

IGPSAWeightedOverlayTable.Transform Method

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.

See Also

IGPSAWeightedOverlayTable Interface