Sounds good. Glad to help. ------------------------------ Bryce Haire ------------------------------
That did the trick Bryce, thanks! It looks like wrapping all of it in a transaction was the problem. I refactored my C# base class to be able to turn a number of different features on and off, including ...
Here is a script I threw together that I believe does what you are trying (sets FC to static string). Relevant Code: def OkClicked(self, sender, e): # tell undo manager we are starting to do something ...
I wish I had good news Bryce I've tried multiple combinations and permutations of your suggestions. From the simple... // process all the points in the project foreach (Point point in points) ( // ...
Try adding this as well :P Point point = MyObject as Point; Project prj = (Project)((IProjectSite)point.GetSite()).HostingProject; Trimble.Vce.Features.FeatureCoding.FeatureCodeObservation orginalFco ...