Re: Recording Executed Commands
you have to subscribe to this event:Autodesk.Windows.ComponentManager.ItemExecuted
View ArticleRevit external architecture
Will I want to get a model of the external framework, there is no interface or method,
View ArticleIs RevitApi 2016 build 16.0.428.0 compatible with Revit 2016 R7 ?
Hi,I have compiled a Revit addin in Revit 2016 build 16.0.428.0, when I use it in Revit 2016 R7 with Autodesk 360 product, it scratch.RevitAPI.dll and RevitAPIUI.dll files are different between the two...
View ArticleRe: Recording Executed Commands
Now that I have my code in front of me, I used Autodesk.Windows.ComponentManager.UIElementActivated.I guess ItemExecuted probably works just as well! -Matt
View ArticleRe: Setting system type in advance
Thanks for the idea, Matt. I looked through the list of ElementTypes that can be set this way and I guess that PipeType is not the appropriate one for setting the current SystemType. But you got the...
View ArticleRevit Cloud Rendering and Redirect Issue
Hello Dear,I need to subscribe to Revit cloud on autodesk, and I need clarifications for the following inquiries please:1- Is Revit cloud supports multiple users “engineers” for the same project...
View ArticleRe: Setting system type in advance
By the way, I can't find a way for setting SystemType to Undefined (like selecting the whole system by Tab and then pressing Delete key). Is it possible only by deleting a system from DB?
View ArticleRe: Is RevitApi 2016 build 16.0.428.0 compatible with Revit 2016 R7 ?
Hi Philippe,I figure you're talking about the R2 subscription release and the non-subscription release of the same update? If so, take a look at IsSubscriptionUpdate. -Matt
View ArticleRe: Setting system type in advance
Hi ,One of theDB.Plumbing.Pipe.Createoverloads allows putting the sytemTypeId in: http://www.revitapidocs.com/2017/9550265f-5760-3c28-d023-d0373285855b.htmYou'll need to find a pipe system type with...
View ArticleRe: Setting system type in advance
Oh, and the AutoRoute sample in the SDK looks like it should be an immediate reference!
View ArticleRe: Is RevitApi 2016 build 16.0.428.0 compatible with Revit 2016 R7 ?
Hi Matt, Which version should I use for Revit 2015 and Revit 2016 to compile and have compatibility with all revisions ? Philippe.
View ArticleRe: Is RevitApi 2016 build 16.0.428.0 compatible with Revit 2016 R7 ?
Hi Philippe,I believe it's possible, but I find the simplest way is to create assemblies for each version.I use the same code, just with build constants.#if _2015'do this#elseif _2016'do...
View ArticleRe: FailureDefinition with dynamic message
I think you'd need to create a custom failure handler to handle your custom failure definition.A failure handler has access to elementIds, and the document, so you shouldn't be limited by much.Jeremy's...
View ArticleRe: Visual studio 2015 and .NET 4.6.1 debugging problem
Have you checked out the Modules window in Visual Studio? It allows you to see where your symbols are being loaded from (if at all), their versions etc.
View ArticleRe: Revit external architecture
Spend some more time phrasing your question.Using Revit terms, and Revit API terms where possible.
View ArticleRe: Is RevitApi 2016 build 16.0.428.0 compatible with Revit 2016 R7 ?
Hi matt, My problem is between two update of Revit 2016.. (between build 16.0.428.0 and Revit 2016 R7). Philippe.
View ArticleRe: Is RevitApi 2016 build 16.0.428.0 compatible with Revit 2016 R7 ?
Hi Philippe,Well, that's rather easy then.Check the value of ApplicationServices.Application.VersionBuild , and compare to the build version for each release.Here's a handy reference:...
View Article