Geoprocessor gp = new Geoprocessor(); GetRasterProperties getRP = new GetRasterProperties(); getRP.in_raster = rlyr.Raster; getRP.property_type = "COLUMNCOUNT"; gp.Execute(getRP, null); double cntcol = getRP.property; getRP.property_type = "ROWCOUNT"; gp.Execute(getRP, null); double cntrow = getRP.property;
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.