Skip to content

Conversation

@sanzoghenzo
Copy link
Contributor

This PR resolves #2 and also creates the package with an AfterBuild Target.
now the DBF file is released by exiting Dynamo (no need to quit Revit).

public void Dispose()
{
if (Database != null)
{
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can call dispose on Database if it is IDisposable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Shapefile Locked until Revit is closed

2 participants