RegisterUpdater - definition does not exist

RegisterUpdater - definition does not exist

Anonymous
Not applicable
401 Views
1 Reply
Message 1 of 2

RegisterUpdater - definition does not exist

Anonymous
Not applicable

Hello,

 

I have problem with (un)registering updater for DMU. I just followed basic sample 

 

        WallUpdater updater = new WallUpdater(a.ActiveAddInId);
            UpdaterRegistry.RegisterUpdater(updater);

 

but "RegisterUpdater" is underlined red for error and says " 'UpdaterRegistry' does not contain a definition for 'RegisterUpdater' " , definition "AddTriger" exist but this one doesn't.

 

Is something changed or am i doing smth worng?

 

I am using code for Revit 2017

 

Thanks,

Igor

 

0 Likes
402 Views
1 Reply
Reply (1)
Message 2 of 2

matthew_taylor
Advisor
Advisor

Looks okay to me. Namespace overlap?


Cheers,

-Matt
_______________________________________________________________________________
Marking a post as a 'solution' helps the community. Giving a post 'Kudos' is as good as saying thanks. Why not do both?
0 Likes