DK11 for ActiveX | TatukGIS_XDK11.ITGIS_ContourGenerator.Generate_2 | Methods | Properties
Creates vector contours from a raster grid layer.
// C# public WordBool Generate_2( ITGIS_LayerPixel _src, ITGIS_LayerVector _dst, WideString _dstfld, WideString _dstfld_interval );
' VisualBasic Public Function Generate_2( ByVal _src As ITGIS_LayerPixel, ByVal _dst As ITGIS_LayerVector, ByVal _dstfld As WideString, ByVal _dstfld_interval As WideString ) As WordBool
// Oxygene public function Generate_2( _src : ITGIS_LayerPixel; _dst : ITGIS_LayerVector; _dstfld : WideString; _dstfld_interval : WideString ) : WordBool;
Name | Type | Description |
---|---|---|
_src | ITGIS_LayerPixel | source grid layer |
_dst | ITGIS_LayerVector | destination vector layer, must have the same CS as the source layer |
_dstfld | WideString | if not empty the field of the specified name will be populated with the elevation values of the contours |
_dstfld_interval | WideString | if not empty the field of the specified name will be populated with the contours' intervals; only for polygonal contours |
Type | Description |
---|---|
WordBool | True if the process was completed successfully; False otherwise |
'_dstfld' and '_dstfld_interval' must already exist in '_dst' layer. '_dstfld' and '_dstfld_interval' must be different.