Namespace:
EGIS.Mapbox.Vector.Tile
Assembly:
EGIS.Mapbox.Vector.Tile (in EGIS.Mapbox.Vector.Tile.dll)
Syntax
Visual Basic |
---|
<ProtoContractAttribute(Name := "layer")> _
Public NotInheritable Class Layer _
Implements IExtensible |
C# |
---|
[ProtoContractAttribute(Name = "layer")]
public sealed class Layer : IExtensible |
Visual C++ |
---|
[ProtoContractAttribute(Name = L"layer")]
public ref class Layer sealed : IExtensible |
JavaScript |
---|
EGIS.Mapbox.Vector.Tile.Layer = function();
Type.createClass(
'EGIS.Mapbox.Vector.Tile.Layer',
null,
ProtoBuf.IExtensible); |
Inheritance Hierarchy
System..::..Object
EGIS.Mapbox.Vector.Tile..::..Tile..::..Layer
See Also