API-Documentation

Hi,

great Job on the tutorials!

Is there a .NET-API-Documentation available or are you still working on it?

br

Thalor

Hello Thalor,

We are checking what is the current status for the API Documentation. We will be back at you with an answer soon.

 

<p>Hi!</p><p>Any news on the API-Documentation?</p><p>br Thalor</p>

Hi,

Everythings new for me, so I’m wondering how to render update.

_app = IoC.[Get](Of IApplication)()

Debug.print(_app.ActiveWindow.Name)
Dim wi As IWindow3D = _app.ActiveWindow
wi.Render()

I could get object _app , but render function could not end it. Should I wait for API Documentaion ?

 

 

 

For a render update I would simply do this (in c#):

IoC.Get<IRenderService>().RequestRender();