Search Results for

    Show / Hide Table of Contents

    Interface IPointVectorStyle2

    A point vector style introduced in the v1.3.0 layer definition schema

    Inherited Members
    IPointVectorStyle.DisplayAsText
    IPointVectorStyle.AllowOverpost
    IPointVectorStyle.Rules
    IPointVectorStyle.AddRule(IPointRule)
    IPointVectorStyle.RemoveRule(IPointRule)
    IPointVectorStyle.RemoveAllRules()
    IVectorStyle.StyleType
    IVectorStyle.RuleCount
    IRuleCollection<IPointRule>.IndexOfRule(IPointRule)
    IRuleCollection<IPointRule>.GetRuleAt(Int32)
    IRuleCollection<IPointRule>.MoveUp(IPointRule)
    IRuleCollection<IPointRule>.MoveDown(IPointRule)
    IRuleCollection.IndexOfRule(IVectorRule)
    IRuleCollection.MoveUp(IVectorRule)
    IRuleCollection.MoveDown(IVectorRule)
    Namespace: OSGeo.MapGuide.ObjectModels.LayerDefinition
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface IPointVectorStyle2 : IPointVectorStyle, IVectorStyle, IRuleCollection<IPointRule>, IRuleCollection

    Properties

    | Improve this Doc View Source

    ShowInLegend

    Gets or sets a value indicating whether [show in legend].

    Declaration
    bool ShowInLegend { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [show in legend]; otherwise, false.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng