Re: Too many tabs creates by Api
hi, thanks for the reply the only problem I have with that is, any other add-in I install creates its own tab, or a sub tab under Add-ins with no problem, its only the official Revit Extensions add-in...
View ArticleRe: AddIn Manager: How to disable copy dialog?
I've had the message a few times, when I forgot to set the RevitAPI and RevitAPIUI references to Local Copy = false
View ArticleRe: AddIn Manager: How to disable copy dialog?
Thank you, Fair59! Great hint! http://thebuildingcoder.typepad.com/blog/2011/08/set-copy-local-to-false.html Cheers, Jeremy
View ArticleRe: suppress warning > new warning with only 'cancel' button?
Still now joy: ThrowNew NotImplementedException()
View ArticleRe: AddIn Manager: How to disable copy dialog?
Great. Thanks FAIR59. Best Regards, Nam.
View ArticleRe: Running revit from a windows service?
Hi Jeremy, I havent read all your blog post word by word, but quite a few and most certainly all on Revit IO, I know all public ways (AU, blogs etc) it has been attempted. But I have my own way =)I...
View ArticleRe: Running revit from a windows service?
Dear Erik,Thank you for the update and background information. I am glad you are interested in Forge, touched base with Jim, and are still keeping an eye on it. Congratulations on having all those...
View ArticleRe: Reload Latest: Operation canceled due to some post error
Dear Ken,Thank you for your patience.The development team analysed the issue REVIT-113310 [Document.ReloadLatest leaks RevitServerInternalException] and say: I could not reproduce this issue....
View ArticleAPI for Cycle Section Head / Tail ???
I'm new into Revit API. There is any method to access the function Cycle Section Head / Tail from Revit? I was thinking is something like at datum elements, but are different classes. For levels and...
View ArticleRe: GetInstanceCutoutFromWall Problem
Thank you again, Jan, for pointing this out! Saved here for posterity and future reference: http://thebuildingcoder.typepad.com/blog/2017/06/copy-local-false-and-ifc-utils-for-wall-openings.html#2...
View ArticleRe: AddIn Manager: How to disable copy dialog?
Thank you again, Fair59, for pointing this out! Saved here for posterity and future reference: http://thebuildingcoder.typepad.com/blog/2017/06/copy-local-false-and-ifc-utils-for-wall-openings.html#3...
View ArticleHow to close the Editing Request Placed window programmatically
I implemented the error handling as followspublic class MyWorksetElementPreprocessor : IFailuresPreprocessor { public FailureProcessingResult PreprocessFailures(FailuresAccessor failuresAccessor) {...
View ArticleRe: How to make a custom language pack
Thank you. I guessed there wouldn't be an easy or a official way to translate. I think i have to wait Autodesk to give official Turkish Language pack.
View ArticleRe: How to make a custom language pack
Unfortunately screen translate is not working good for me.
View ArticleRe: How to close the Editing Request Placed window programmatically
I tried to use EventHandler <DialogBoxShowingEventArgs> but the specified window is not intercepted in any way. In the log there is an entry about the event Jrn.PushButton "Modal, Hosted editing...
View ArticleGet Angle between two points
With the Plant 3D or AutoCAD .NET API, I can "calculate a vector between two points and determines the angle from the X-axis" like this: Plant 3D -------------------- Dim pt1 As New...
View ArticleHow to write default schedule can associate categories and room.
Some default schedule can associate some categories and room. How to write up an API to associate particular element and the room it belongs to without creating a schedule?
View Article