DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Layer.UnprojectExtent | Methods | Properties
Applies reverse projection (recovers from the projection) on the extent.
// C# public ITGIS_Extent UnprojectExtent( ITGIS_Extent _extent );
' VisualBasic Public Function UnprojectExtent( ByVal _extent As ITGIS_Extent ) As ITGIS_Extent
// Oxygene public function UnprojectExtent( _extent : ITGIS_Extent ) : ITGIS_Extent;
Name | Type | Description |
---|---|---|
_extent | ITGIS_Extent | extent to be unprojected |
Type | Description |
---|---|
ITGIS_Extent | unprojected extent |