Paul Connelly
Paul Connelly
Have you asked the people who want this enhancement whether or not they are using or plan to use V4 tiles?
Where did you get that Id from? "0x000001" is not a valid element Id - leading zeroes are not permitted. "0x1" is a valid element Id, but it's always the...
> The id is not the point of the issue.... its just a string. The point is that the argument is not a valid type for the function. The issue...
I think you are taking issue with the fact that `getElementProps` calls `tryGetElementProps` which returns `undefined` if any exception occurs. `getElementProps` throws "not found" if `tryGetElementProps` returned `undefined`. Any other...
Your PR description should specify why you want to do this.
> For this to work, we need the ability for a TextField to display the value of an ECView. I think more importantly we would need the ability to detect...
So, the display value of each of those fields depends on an unbounded number of other elements, including yet-to-be-created elements. ElementDrivesElement won't work for automatically updating these fields. Really all...
Didn't you have a similar problem for automatically recomputing code values, e.g., inserting or deleting a sheet index entry affects the code values of other entries? Can you link to...
Yeah that's very blunt force, it recomputes the numbers for every sheet index in the iModel, which is wasteful and will potentially fail if it tries to cross channels or...
The "project" properties will have to come from an external source like the iTwins API. We shouldn't copy them into the iModel because they'll become out of sync if they...