Abstract wrapper for an OSPSuite.Core Entity class
Super classes
rSharp::NetObject -> ospsuite::DotNetWrapper -> ospsuite::ObjectBase -> Entity
Active bindings
pathThe path of the entity in the container hierarchy without the simulation name. (read-only)
fullPathSame as
path, but with the simulation name. (read-only)parentContainerReturns a new wrapper instance to the .NET parent container. Multiple call to this method will always return the same instance. However two children of the same parent will return two different instances of
Containerpointing to the same .NET container