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




A constant value to be added to all coverage x-coordinates during the conversion to DLG. X Shift overrides any x-shift parameters found in either projection file or input cover projection definition file. If a value for X Shift is not specified, the default is zero. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.