SuperMap.Web.iServerJava6R.SpatialAnalyst.SurfaceAnalystEventArgs.SurfaceAnalystEventArgs C# (CSharp) 메소드

SurfaceAnalystEventArgs() 공개 메소드

${iServerJava6R_ExtractEventArgs_constructor_D}
public SurfaceAnalystEventArgs ( SurfaceAnalystResult result, string originResult, object state ) : SuperMap.Web.Service
result SurfaceAnalystResult
originResult string
state object
리턴 SuperMap.Web.Service
        public SurfaceAnalystEventArgs(SurfaceAnalystResult result, string originResult, object state)
            : base(state)
        {
            this.Result = result;
            this.OriginResult = originResult;
        }
SurfaceAnalystEventArgs