Search Results for

    Show / Hide Table of Contents

    Class PolygonViewModel

    Inheritance
    System.Object
    PolygonViewModel
    Namespace: Simplic.PlugIn.SAC.Contact
    Assembly: Simplic.PlugIn.SAC.dll
    Syntax
    public class PolygonViewModel : ViewModelBase

    Constructors

    | Improve this Doc View Source

    PolygonViewModel()

    Declaration
    public PolygonViewModel()
    | Improve this Doc View Source

    PolygonViewModel(Contact.GeoFence)

    Declaration
    public PolygonViewModel(Contact.GeoFence geoFence)
    Parameters
    Type Name Description
    Contact.GeoFence geoFence
    | Improve this Doc View Source

    PolygonViewModel(ObservableCollection<PointViewModel>, String)

    Declaration
    public PolygonViewModel(ObservableCollection<PointViewModel> points, string name)
    Parameters
    Type Name Description
    System.Collections.ObjectModel.ObservableCollection<PointViewModel> points
    System.String name

    Properties

    | Improve this Doc View Source

    Color

    Declaration
    public Color Color { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Color
    | Improve this Doc View Source

    IsSelected

    Declaration
    public bool IsSelected { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsVisible

    Declaration
    public bool IsVisible { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Name

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

    Points

    Declaration
    public ObservableCollection<PointViewModel> Points { get; set; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<PointViewModel>

    Methods

    | Improve this Doc View Source

    ChangePointLocation(Location, Location)

    Declaration
    public void ChangePointLocation(Location oldLocation, Location newLocation)
    Parameters
    Type Name Description
    Location oldLocation
    Location newLocation
    | Improve this Doc View Source

    GetAsModel()

    Declaration
    public Contact.GeoFence GetAsModel()
    Returns
    Type Description
    Contact.GeoFence
    | Improve this Doc View Source

    MovePolygon(Double, Double)

    Declaration
    public void MovePolygon(double latitude, double longitude)
    Parameters
    Type Name Description
    System.Double latitude
    System.Double longitude
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx