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