.NET
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
productkey replacemen t in dot net 4
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Anyone know the replacement for the following property:
Autodesk.AutoCAD.Runtime.SystemObjects.DynamicLink
Thanks
J.
Solved! Go to Solution.
Re : productkey replacemen t in dot net 4
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hi,
Have a look at the ObjectARX 2013\Docs\arxmgd.chm file: Migration Guide > .NET Migration Guide > Changed .NET API:
Autodesk.AutoCAD.DatabaseServices.HostApplicationS
or
Autodesk.AutoCAD.DatabaseServices.HostApplicationS
Re : productkey replacemen t in dot net 4
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Really?
Because all I see in that section of the Docs is ...
Class | Declaration | Previous Declaration |
AssocPersSubentityId | public static void CreateObjectAndDwgInFields(Database database, DwgFiler filer, ref AssocPersSubentityId createdPersSubentId); | static Acad::ErrorStatus createObjectAndDwgInFields(AcDbDwgFiler* pFiler, AcDbAssocPersSubentId*& pCreatedPersSubentId); |
SymbolUtilityServices | public static string PreValidateSymbolName(string symbolName, [MarshalAs(UnmanagedType.U1)] bool preserveCase); | public static string PreValidateSymbolName([MarshalAs(UnmanagedType.U1) |
View | public Extents2d ViewportExtents; | public Extents2d ViewportD; |
Re: productkey replacemen t in dot net 4
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
You're looking in the Changed function list. Look in the Removed function list (which documents the functions to use instead).
Stephen Preston
Autodesk Developer Network
Re: productkey replacemen t in dot net 4
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Ah, yes I did. I followed "Migration Guide > .NET Migration Guide > Changed .NET API:" from above.
Thanks.
