C# Class MapAround.UI.WinForms.EditActionParameters

Show file Open project: gkrsu/maparound.core Class Usage Examples

Public Properties

Property Type Description
NewGeometry IGeometry
NodeIndex int
NodePosition ICoordinate
OldGeometry IGeometry
PatchCoordinates IEnumerable
PatchIndex int

Property Details

NewGeometry public property

public IGeometry NewGeometry
return IGeometry

NodeIndex public property

public int NodeIndex
return int

NodePosition public property

public ICoordinate NodePosition
return ICoordinate

OldGeometry public property

public IGeometry OldGeometry
return IGeometry

PatchCoordinates public property

public IEnumerable PatchCoordinates
return IEnumerable

PatchIndex public property

public int PatchIndex
return int