DK11 for .NET | TatukGIS.NDK.TGIS_Layer.IsSupported | Constructors | Fields | Methods | Properties | Events
Checks if the operation is supported by the layer.
// C# public virtual bool IsSupported( TGIS_OperationType _operation );
' VisualBasic Public Overridable Function IsSupported( ByVal _operation As TGIS_OperationType ) As Boolean
// Oxygene public function IsSupported( _operation : TGIS_OperationType ) : Boolean; virtual;
Name | Type | Description |
---|---|---|
_operation | TGIS_OperationType | operation |
Type | Description |
---|---|
bool Boolean | True if the operation is supported by the layer |