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


IGPSAWeightedOverlayTable.Transform Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (SpatialAnalyst)  

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