SimulationTreeNode -> DofName

Hello,

I think I got a Bug?!

Why could the Property “VariableInfo.DofName” from an “VisualComponents.Connectivity.Core.SimulationTreeNode”-Object not get?

Thx & Regards
Feature

SimulationTreeNode.VariableInfo is defined to return object of type SimulationVariableInfo.

C# is strongly typed so you have to cast the variable to the derived type DofVariableInfo before accessing the DofName field.

1 Like