C# Class MapAround.UI.WinForms.EditActionParameters

Mostrar archivo 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_oe property

public IGeometry NewGeometry
return IGeometry

NodeIndex public_oe property

public int NodeIndex
return int

NodePosition public_oe property

public ICoordinate NodePosition
return ICoordinate

OldGeometry public_oe property

public IGeometry OldGeometry
return IGeometry

PatchCoordinates public_oe property

public IEnumerable PatchCoordinates
return IEnumerable

PatchIndex public_oe property

public int PatchIndex
return int