C# 클래스 MapAround.Geometry.SDMinVertexWeightNeededEventArgs

Instances of Maparound.Geometry.SDMinVertexWeightNeededEventArgs contains data for the SDMinVertexWeightNeeded event.
상속: System.EventArgs
파일 보기 프로젝트 열기: gkrsu/maparound.core 1 사용 예제들

공개 메소드들

메소드 설명
SDMinVertexWeightNeededEventArgs ( ICoordinate previousPoint, ICoordinate point, ICoordinate nextPoint, int pathIndex, int pointIndex ) : System

Initializes a new instance of MapAround.Geometry.SDMinVertexWeightNeededEventArgs.

메소드 상세

SDMinVertexWeightNeededEventArgs() 공개 메소드

Initializes a new instance of MapAround.Geometry.SDMinVertexWeightNeededEventArgs.
public SDMinVertexWeightNeededEventArgs ( ICoordinate previousPoint, ICoordinate point, ICoordinate nextPoint, int pathIndex, int pointIndex ) : System
previousPoint ICoordinate Coordinate of previous point
point ICoordinate Coordinate of point for defining a weight
nextPoint ICoordinate Coordinate of next point
pathIndex int Line path index
pointIndex int Index of a point in the line path
리턴 System