Track Property (LayerBase)
In This Topic
Gets or sets a value indicating whether spatial data from the current layer should be used to auto center/zoom the map.
Syntax
'Declaration
Public Property Track As Boolean
public bool Track {get; set;}
See Also