Search Results for

    Show / Hide Table of Contents

    Interface IWebLayout3

    Web Layout from v2.6.0 schema

    Inherited Members
    IWebLayout2.EnablePingServer
    IWebLayout.ExportCustomCommands(String, String[])
    IWebLayout.ImportCustomCommands(String)
    IWebLayout.IsCommandReferenced(String, WebLayoutRegion[])
    IWebLayout.RemoveAllReferences(String)
    IWebLayout.GetCommandByName(String)
    IWebLayout.GetCustomCommands()
    IWebLayout.FindCommand(String, IMenu)
    IWebLayout.Title
    IWebLayout.CreateDefaultView()
    IWebLayout.Map
    IWebLayout.TaskPane
    IWebLayout.ToolBar
    IWebLayout.InformationPane
    IWebLayout.ContextMenu
    IWebLayout.StatusBar
    IWebLayout.ZoomControl
    IWebLayout.CommandSet
    IWebLayout.CreateBasicCommand(String, String, String, String, TargetViewerType, BasicCommandActionType)
    IWebLayout.CreateFlyout(String, String, String, String, String, IUIItem[])
    IWebLayout.CreateTargetedCommand<T>(String, String, String, String, String, TargetViewerType, TargetType, String)
    IWebLayout.CreateCommandItem(String)
    IWebLayout.CreateInvokeUrlCommand()
    IWebLayout.CreateSearchCommand()
    IWebLayout.CreateInvokeScriptCommand()
    IWebLayout.CreateSeparator()
    IResource.ValidatingSchema
    IResource.ResourceID
    IResource.ResourceType
    IResource.Serialize()
    IResource.IsStronglyTyped
    IVersionedEntity.ResourceVersion
    System.ICloneable.Clone()
    System.ComponentModel.INotifyPropertyChanged.PropertyChanged
    Namespace: OSGeo.MapGuide.ObjectModels.WebLayout
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface IWebLayout3 : IWebLayout2, IWebLayout, IResource, IVersionedEntity, ICloneable, INotifyPropertyChanged

    Properties

    | Improve this Doc View Source

    MapImageFormat

    Gets or sets the map image format

    Declaration
    string MapImageFormat { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    PointSelectionBuffer

    Gets or sets the point selection buffer pixel tolerance

    Declaration
    int PointSelectionBuffer { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    SelectionColor

    Gets or sets the selection color

    Declaration
    string SelectionColor { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    SelectionImageFormat

    Gets or sets the selection image format

    Declaration
    string SelectionImageFormat { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    StartupScript

    Gets or sets the startup script code

    Declaration
    string StartupScript { get; set; }
    Property Value
    Type Description
    System.String

    Extension Methods

    ExtensionMethods.CopyResourceDataTo(IResource, IServerConnection, IResource)
    ExtensionMethods.CopyResourceDataTo(IResource, IServerConnection, String)
    ResourceExtensions.SerializeToStream(IResource)
    ResourceExtensions.GetResourceTypeDescriptor(IResource)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng