Declared in UniverseModel

Declaration

UniverseObject FindRootWithType(
    Type type
);

Description

Returns a root object that satisfies the specified type.

Parameters

NameDescription
typeA universe object type.