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


IProjectiveXform.GetSystemRMS Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IProjectiveXform Interface > IProjectiveXform.GetSystemRMS Method
ArcGIS Developer Help

IProjectiveXform.GetSystemRMS Method

Gets the system RMS.

[Visual Basic .NET]
Public Function GetSystemRMS ( _
    ByVal direction As esriTransformDirection _
) As Double
[C#]
public double GetSystemRMS (
    esriTransformDirection direction
);
[C++]
HRESULT GetSystemRMS(
  esriTransformDirection direction
);
[C++]
Parameters
direction [in]

direction is a parameter of type esriTransformDirection

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IProjectiveXform Interface