Re: Extensible Storage "Security" Question
Hi Jeremy. Thank you for the update. I do appreciate the concern about project owners wanting to always be able to delete data. For our add-in, we have a case where the project owners want to make...
View ArticleRe: Deleting shared parameters
Hello, I have same probleme.Can we delete shared parameters from project?the fonctionSharedParameterElement::Lookup said ok, the parameter is find.What the solution for delete shared parametersThank...
View ArticleRe: Windows Form in C# Macros
I've modified the code /* * Created by SharpDevelop. * User: Mustafa * Date: 5/31/2016 * Time: 7:15 PM * * To change this template use Tools | Options | Coding | Edit Standard Headers. */ using System;...
View ArticleDelete Key from KeynoteTable
I am working on an Add-in to edit the keynote table directly in Revit. I can sucessfully read the contents of the KeynoteTable, and I can select entities in it. I am looking to implement a way to...
View ArticleRe: Deleting shared parameters
Hey!You should read this Article of the Building Coder. It seems there are no simple way to delete a shared parameter definition but it is possible.
View ArticleRe: Revit App publishing Issue
Its working..One more question how to write addin file? I written addin file this is ok or I want to make changes in addin file for exchanging app. <?xml version="1.0"...
View ArticleEditing Request Event
Hi , here we are using Revit 2014. How to get the event that grants the permission for a paticular element. A user requesting for permission and the other user grant or deny the request, is there any...
View ArticleDisable warnings
I crete a addin for join wall and column while joining it shows warning. The warning can be ignored, How to ignore warning? It repetitively giving the warning. This is my code:-...
View ArticleRe: Delete an area in a drafting view
Dear Chema, This is my post nr. 2001! Thank you for your clarification. I raised an issue with the development team to clarify how to achieve this, REVIT-92319 [API: FilteredElementCollector misses...
View ArticleRe: Adding connectors to obejct exported from AutoCAD.
MUSTAFA.SALAHELDIN wrote:You can add connectors by first clicking on Duct connectorThen select Work PlaneChoose Pick a plane, then select the faces that you want to add the connectors to them. Good...
View ArticleGetting reference to faces of exposed material layers for a given view
Dear everyone, I have a problem i am stuck at. I want object reference to faces (or edge loops) for individual material layers of all cut elements (say a cut wall) for a given view. This is something...
View ArticleGetting reference to faces of exposed material layers for a given view
Dear everyone, I have a problem i am stuck at. I want object reference to faces (or edge loops) for individual material layers of all cut elements (say a cut wall) for a given view. This is something...
View ArticleCreating a stirrup in revit
I am unable to create a stirrup shape. I tried rebar shape create method. The code I used as follows. I am working in 2015. Please help.The code - using System;using System.Collections.Generic;using...
View ArticleRe: Disable warnings
Here is the code that will suppress the warning: #region Namespaces using System; using System.Text; using System.Linq; using System.Xml; using System.Reflection; using System.ComponentModel; using...
View ArticleRe: Disable the error highlighted elements are joined but do not intersect
Please try the following code and tell me if it satisfies your needs: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using...
View ArticleDetecting document open in another Revit session
Hi Folks, I'm wondering if there is any way via the API to detect if a document I am about to open programatically (Application.OpenDocumentFile()) is already open in another session of Revit. I know...
View ArticleRe: Getting reference to faces of exposed material layers for a given view
Hi Jeremy, Thanks for fetching relevant articles for pointing me to right direction. It is incredible how you index your blogs. Geometry for a given View: I totally overlooked this possiblity in...
View Article