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




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

Syntax

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

See Also

© 2010 All Rights Reserved.