Search Results for

    Show / Hide Table of Contents

    Class AddInfo

    Inheritance
    object
    AddInfo
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.Nts.Editing
    Assembly: Mapsui.Nts.dll
    Syntax
    public class AddInfo

    Properties

    | Edit this page View Source

    Feature

    Declaration
    public GeometryFeature? Feature { get; set; }
    Property Value
    Type Description
    GeometryFeature
    | Edit this page View Source

    Vertex

    Declaration
    public Coordinate? Vertex { get; set; }
    Property Value
    Type Description
    Coordinate
    | Edit this page View Source

    Vertices

    Declaration
    public IList<Coordinate>? Vertices { get; set; }
    Property Value
    Type Description
    IList<Coordinate>
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX