7,642 reputation
723
bio website tydlevidle.cz
location Prague, Czech Republic
age 28
visits member for 2 years, 9 months
seen 3 hours ago
stats profile views 358

Oct
13
answered How to show attributes of a new feature in Attribute table area when using IEditor3 and IEditTemplate, ArcGIS 10
Oct
12
comment Is there an interface that provides access to a property/method that shows whether a Layer is visible?
great find! thanks
Oct
12
comment Is there an interface that provides access to a property/method that shows whether a Layer is visible?
Last time I checked, could not find this in AO API. Ended up having to write my own method (rather hacky) which would determine if all layer's parents were visible AND not outside their visibility scale range.
Oct
7
comment How do I deserialize GP Result Json?
@Herb: thanks, link corrected
Oct
7
revised How do I deserialize GP Result Json?
corrected link
Oct
7
answered How do I deserialize GP Result Json?
Oct
7
answered Where is ESRI.ArcGIS.Client.Tasks.Utils.JSON documentation?
Oct
2
comment Speed up plug-in datasource in ArcObjects
Anyway, plugin data sources ARE slow, I guess there is not much you can do about that. This is an area of ArcGIS framework which has never been put into intensive use (do you know of any third-party plugins?) and as such has never been given enough attention performance-wise.
Oct
2
comment Speed up plug-in datasource in ArcObjects
IPluginFastQuery can be implemented in C#. The documentation in this case, indeed, does not take .NET languages into account.
Oct
2
comment Multithreading with ArcObjects
ok, maybe I'd replace "new SdeWorkspaceFactory" with an Activator.CreateInstance<T> call (it's a singleton-per-thread), but I do not suspect this to be the problem. i've run your (modified) code with no issues really.. (tested against an in-house SDE instance)
Oct
2
comment Multithreading with ArcObjects
Mathias: you can tell from the code he is following all the usual COM threading guidelines (at least from my point of view)
Oct
1
comment Multithreading with ArcObjects
On which line does it fail?
Sep
30
revised What alternatives exist for EOBrowser.exe & LibraryLocator.exe for ArcGIS Desktop 10?
added 339 characters in body; added 5 characters in body
Sep
30
answered What alternatives exist for EOBrowser.exe & LibraryLocator.exe for ArcGIS Desktop 10?
Sep
28
awarded  Organizer
Sep
28
comment Is it possible to open ModelBuilder SCREEN from .NET base command class?
Tags modified to better reflect the question.
Sep
28
revised Is it possible to open ModelBuilder SCREEN from .NET base command class?
edited tags
Sep
28
comment Is it possible to open ModelBuilder SCREEN from .NET base command class?
I suggest you skim over FAQ gis.stackexchange.com/faq to get to know how the site works, it will help you understand asking/answering questions and other things, like reputation, which you will find useful.
Sep
28
comment Can you create new annotation feature classes with python in ArcGIS 9.3?
You are exactly right except for the IAnnotationFeature part, which (although related to annotations) will not help you when creating a feature class containing annotations.
Sep
28
awarded  Critic