Click or drag to resize

DataProviderCanUse Property

True if the DataProvider is useable.

Namespace:  Easymap.AddIn.Data.Provider
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public virtual bool CanUse { get; }

Property Value

Type: Boolean
Remarks
Example: A DataProvider which reads data from the clipboard can only be used effectively if the clipboard contains data.
See Also