Interface IVectorLayerDefinition2
Based on Layer Definition schema 2.4.0
Inherited Members
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
Namespace: OSGeo.MapGuide.ObjectModels.LayerDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IVectorLayerDefinition2 : IVectorLayerDefinition, ISubLayerDefinition, INotifyPropertyChanged
Properties
| Improve this Doc View SourceUrlData
Gets or sets the URL data.
Declaration
IUrlData UrlData { get; set; }
Property Value
Type | Description |
---|---|
IUrlData | The URL data. |