Issue
I want to get the events of keyboard, mouse and selecting. is there any API to do so?
Solution
Current .NET API has no such ability. We have a plan to expose it ). But we cannot guarantee the time frame when it would be available.
Innovate. Integrate. Automate
Issue
I want to get the events of keyboard, mouse and selecting. is there any API to do so?
Solution
Current .NET API has no such ability. We have a plan to expose it ). But we cannot guarantee the time frame when it would be available.
I am using Navisworks 2012 Com Api. The following code are from you post:
ComApi.InwOpState state;
state=ComBridge.ComApiBridge.State;
ComApi.InwURLOverride oMyUrlOverride = (ComApi.InwURLOverride)state.ObjectFactory(
ComApi.nwEObjectType.eObjectType_nwURLOverride, null, null);
But the stat.ObjectFactory() method always failed with exception “stackoverflow”. My OS is Window 7 64bit.
Leave a Reply