Configuration.GetPublicObject Method
Gets the public object with the specified name from the configuration.
GetPublicObject(System.String name)
Gets the public object with the specified name from the configuration.Syntax
public EngineObject GetPublicObject (
System.String name
)
Parameters
The name of the object to get.
Return Value
The object with the given name or a null reference if an object with a matching name cannot be found.
Remarks
If the requested object is not in the file used to create the configuration, but from another file loaded indirectly, you need to prefix the name parameter with the namespace of the file where the object is defined, e.g. "NamespaceOfOtherFile.ObjectName". The namespace of a file is usually the filename without extension, but it can be changed in Carmenta Studio.
Platforms
Windows, Linux, Android