SuperMap.Web.iServerJava6R.NetworkAnalyst.FindPathEventArgs.FindPathEventArgs C# (CSharp) Method

FindPathEventArgs() public method

${iServerJava6R_FindPathEventArgs_constructor_D}
public FindPathEventArgs ( FindPathResult result, string originResult, object token ) : SuperMap.Web.Service
result FindPathResult
originResult string
token object
return SuperMap.Web.Service
        public FindPathEventArgs(FindPathResult result, string originResult, object token)
            : base(token)
        {
            Result = result;
            OriginResult = originResult;
        }
FindPathEventArgs