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

ComputeWeightMatrixEventArgs() public method

${iServerJava6R_ComputeWeightMatrixEventArgs_Title}

${iServerJava6R_ComputeWeightMatrixEventArgs_Description}

public ComputeWeightMatrixEventArgs ( ComputeWeightMatrixResult result, string originResult, object token ) : SuperMap.Web.Service
result ComputeWeightMatrixResult
originResult string
token object
return SuperMap.Web.Service
        public ComputeWeightMatrixEventArgs(ComputeWeightMatrixResult result, string originResult, object token)
            : base(token)
        {
            Result = result;
            OriginResult = originResult;
        }
ComputeWeightMatrixEventArgs