ESRI.ArcGIS.ADF.ArcGISServer
GeoTransformation Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > QueryResultOptions Class : GeoTransformation Property




Geographic Transformation.

Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(XmlSchemaForm.Unqualified)>
Public Property GeoTransformation As GeoTransformation
Visual Basic (Usage)Copy Code
Dim instance As QueryResultOptions
Dim value As GeoTransformation
 
instance.GeoTransformation = value
 
value = instance.GeoTransformation
C# 
[XmlElementAttribute(XmlSchemaForm.Unqualified)]
public GeoTransformation GeoTransformation {get; set;}

See Also

© 2010 All Rights Reserved.