

Jim Quanci's blog on partnering with large companies.An圜AD is Inventor`s ability to work with and exchange data from a variety of sources. Isaac Rodriguez's AutoCAD Civil 3D developer blog

Our DevBlog for Design, Lifecycle and Simulation technologies.Ĭyrille Fauvel's Maya platform developer blog - Autodesk Media and Entertainment technology. Our DevBlog for Infrastructure Modeling technology APIs. Our DevBlog for Cloud and Mobile technologies with a strong emphasis on the Autodesk Forge APIs. Our DevBlog for AutoCAD and other platform technology APIs. Our DevBlog for Revit, Navisworks, AEC and BIM technology APIs. Please enable JavaScript if you would like to comment on this blog. String responseBody = await httpClient.GetStringAsync(urlParameters) ĮntitlementResponse entitlementResponse = JsonSerializer.Deserialize(responseBody) String urlParameters = String.Format("?userid=", userId, appId) String userId = m_inventorApplication.LoginUserId // returns the logged in userID string username = m_inventorApplication.LoginUserName //returns the logged in username If (m_inventorApplication.LoggedIn) // check if user has logged in

M_inventorApplication = addInSiteObject.Application The Entitlement API is a simple RESTful API where you just need to send an HTTP GET request to the App Store server.īelow is the sample code that demonstrates this usage: This returns an empty string if user has not logged in.
