DK11 for Delphi | GisLayer.TGIS_Layer.ApplyCuttingPolygon | Constructors | Fields | Methods | Properties | Events
Sets a cutting polygon for a layer.
// Delphi public procedure ApplyCuttingPolygon( const _wkt : String ); virtual;
// C++ Builder public: virtual void ApplyCuttingPolygon( const UnicodeString _wkt );
Name | Type | Description |
---|---|---|
_wkt | String | WKT representation of a polygon |