DK11 for Delphi | GisLayer.TGIS_Layer.IsSupported | Constructors | Fields | Methods | Properties | Events
Checks if the operation is supported by the layer.
// Delphi public function IsSupported( const _operation : TGIS_OperationType ) : Boolean; virtual;
// C++ Builder public: virtual bool IsSupported( TGIS_OperationType* const _operation );
Name | Type | Description |
---|---|---|
_operation | TGIS_OperationType | operation |
Type | Description |
---|---|
Boolean | True if the operation is supported by the layer |