コード例 #1
0
 public TASNodeErrorStatus RequestDataPatchPage(long dataModelID, TASNodeRequestDescriptor requestDescr, TICDisplayMode mode,
                                                TColourPalettes palettes, bool colored, TICFilterSettings filter1, TICFilterSettings filter2,
                                                TSVOICOptions options, TVLPDDesignDescriptor design, TComputeICVolumesType volumetype, int dataPatchPage,
                                                int dataPatchSize, out MemoryStream Patch, out int numPatches)
 {
     return(client.RequestDataPatchPage(dataModelID, requestDescr, mode, palettes, colored, filter1, filter2, options,
                                        design, volumetype, dataPatchPage, dataPatchSize, out Patch, out numPatches));
 }