Hi,
i want to read the current "Weight Status" of the present File in NX with VB.Net.
Checling it manually, go to the Assembly-Navigator add the Column Weight Status and check the green Hook or yellow "?".
Some lines of Code:
if UFWeight.StateType.unknown = 3 then
' ...
end if
This Code...