Interface IMap
The map referenced in this web layout
Inherited Members
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
Namespace: OSGeo.MapGuide.ObjectModels.WebLayout
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IMap : INotifyPropertyChanged
Properties
| Improve this Doc View SourceHyperlinkTarget
Gets or sets the hyperlink target for feature selection urls
Declaration
TargetType HyperlinkTarget { get; set; }
Property Value
Type | Description |
---|---|
TargetType | The hyperlink target. |
HyperlinkTargetFrame
Gets or sets the hyperlink target frame for feature selection urls.
Declaration
string HyperlinkTargetFrame { get; set; }
Property Value
Type | Description |
---|---|
System.String | The hyperlink target frame. |
InitialView
Gets or sets the initial view.
Declaration
IMapView InitialView { get; set; }
Property Value
Type | Description |
---|---|
IMapView | The initial view. |
ResourceId
Gets or sets the resource id.
Declaration
string ResourceId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The resource id. |