ESRI.ArcGIS.DataManagementTools
m_resolution Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.DataManagementTools Namespace > UpgradeSpatialReference Class : m_resolution Property




The value to which the dataset's M Resolution will be changed as part of the upgrade. The maximum value is the same as the dataset's current M Resolution. By default, the resolution will be improved by a factor of 4. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property m_resolution As Double
Visual Basic (Usage)Copy Code
Dim instance As UpgradeSpatialReference
Dim value As Double
 
instance.m_resolution = value
 
value = instance.m_resolution
C# 
public double m_resolution {get; set;}

See Also

© 2010 All Rights Reserved.