DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Layer.IsSupported | Methods | Properties
Checks if the operation is supported by the layer.
// C# public WordBool IsSupported( TGIS_OperationType _operation );
' VisualBasic Public Function IsSupported( ByVal _operation As TGIS_OperationType ) As WordBool
// Oxygene public function IsSupported( _operation : TGIS_OperationType ) : WordBool;
Name | Type | Description |
---|---|---|
_operation | TGIS_OperationType | operation |
Type | Description |
---|---|
WordBool | True if the operation is supported by the layer |