TopoJsonDriverCanOpenLayers Property |
Gets a value indicating whether this driver can open vector layers.
Namespace:
Aspose.Gis.Formats.TopoJson
Assembly:
Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntax public override bool CanOpenLayers { get; }
Public Overrides ReadOnly Property CanOpenLayers As Boolean
Get
public:
virtual property bool CanOpenLayers {
bool get () override;
}
abstract CanOpenLayers : bool with get
override CanOpenLayers : bool with get
Property Value
Type:
Boolean, if this driver can open vector layers; otherwise,
.
See Also