public static bool UsingConstantScaleFactor( CIMGroundToGridCorrection c )
Public Shared Function UsingConstantScaleFactor( _ ByVal c As CIMGroundToGridCorrection _ ) As Boolean
Parameters
- c
- A ArcGIS.Core.CIM.CIMGroundToGridCorrection obtained from GetGroundToGridCorrection
Return Value
true when c is not null, when c is enabled, and when the ScaleType property is ArcGIS.Core.CIM.GroundToGridScaleType.ConstantFactor; false otherwise.