int Ok(int aNode)

The engine.
Post Reply
jdtoellner
Posts: 71
Joined: Mon Aug 01, 2016 9:45 pm

int Ok(int aNode)

Post by jdtoellner »

This is the OK function for nodes:

Code: Select all

int nodeOK = theNet.Ok(nodeHandle);
Is this the OK function for submodels?

Code: Select all

int submodelOK = theNet.GetSubmodelHandler().Ok(submodelHandle);
shooltz[BayesFusion]
Site Admin
Posts: 1417
Joined: Mon Nov 26, 2007 5:51 pm

Re: int Ok(int aNode)

Post by shooltz[BayesFusion] »

Yes, that's correct function to check if submodel handle is valid.
Post Reply