error to implement interface member 'Autodesk.Revit.DB.IExportContext

error to implement interface member 'Autodesk.Revit.DB.IExportContext

dwang30
Participant Participant
783 Views
5 Replies
Message 1 of 6

error to implement interface member 'Autodesk.Revit.DB.IExportContext

dwang30
Participant
Participant

Hey

 

I got the following error when i build Revit .Net addin

 

Error    19    .... not implement interface member 'Autodesk.Revit.DB.IExportContext.OnDaylightPortal(Autodesk.Revit.DB.DaylightPortalNode)'. I am using Revit 2014.

 

Please help.

 

Thanks in advance

 

DW

 

0 Likes
784 Views
5 Replies
Replies (5)
Message 2 of 6

jeremytammik
Autodesk
Autodesk

Read about how Visual Studio can automatically implement the interface for you.

 

There is no need for you to type anything at all.

 

This is a Visual Studio and .NET issue and has (almost) nothing to do with the Revit API.



Jeremy Tammik
Developer Technical Services
Autodesk Developer Network, ADN Open
The Building Coder

0 Likes
Message 3 of 6

dwang30
Participant
Participant

Hello Jeremy

 

Thank you very much. I am trying to building your code about "Revit va3c exporter". I am using Revit 2014 API. I got the error like 'Autodesk.Revit.DB.Element' does not contain a definition for 'GetOrderedParameters' and no extension method 'GetOrderedParameters'. It seems 2014 RevitAPI does't have this method in DB.Element. Could you please let me know what's the method in 2014 RevitAPI

 

Thank you for helping

 

DW

 

0 Likes
Message 4 of 6

jeremytammik
Autodesk
Autodesk

get_Parameters, I think.



Jeremy Tammik
Developer Technical Services
Autodesk Developer Network, ADN Open
The Building Coder

0 Likes
Message 5 of 6

dwang30
Participant
Participant

Hello Jeremy

 

That doesn't work.

 

Thank you for the help

 

DW

0 Likes