DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Topology.MakeBuffer | Methods | Properties
Compute a buffer around a shape to a given distance. Uses 9 vertices to create a curve.
// C# public ITGIS_Shape MakeBuffer( ITGIS_Shape _shp, double _dist );
' VisualBasic Public Function MakeBuffer( ByVal _shp As ITGIS_Shape, ByVal _dist As Double ) As ITGIS_Shape
// Oxygene public function MakeBuffer( _shp : ITGIS_Shape; _dist : Double ) : ITGIS_Shape;
Name | Type | Description |
---|---|---|
_shp | ITGIS_Shape | shape to which a buffer must be constructed |
_dist | double Double | distance |
Type | Description |
---|---|
ITGIS_Shape | returns new shape with buffer around given shape within given distance |
See TGIS_LayerVector.RevertAll for example.