Parameters
- c
- A ArcGIS.Core.CIM.CIMGroundToGridCorrection obtained from GetGroundToGridCorrection
Return Value
The ConstantScaleFactor if UsingConstantScaleFactor is true, otherwise DefaultConstantScaleFactor if false.
c.UsingScaleFactor() ? c.ConstantScaleFactor : DefaultConstantScaleFactor
This method can be used whether or not UsingConstantScaleFactor is true and returns the default if false.Target Platforms: Windows 11, Windows 10