DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Shape.CreateCopyCS | Methods | Properties
Create a copy of the current shape reprojected form the layer coordinate system into a provided coordinate system. If shape is not a member of the layer, then simply a shape copy will be returned.
// C# public ITGIS_Shape CreateCopyCS( ITGIS_CSCoordinateSystem _cs );
' VisualBasic Public Function CreateCopyCS( ByVal _cs As ITGIS_CSCoordinateSystem ) As ITGIS_Shape
// Oxygene public function CreateCopyCS( _cs : ITGIS_CSCoordinateSystem ) : ITGIS_Shape;
Name | Type | Description |
---|---|---|
_cs | ITGIS_CSCoordinateSystem | desired coordinate system to be converted to |
Type | Description |
---|---|
ITGIS_Shape | A a reprojected shape (new copy). |