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




This operation controls whether a coordinate transformation is performed. Usually, coordinates are transformed to preserve accuracy when written to the DLG. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.