DefinitionCacheTryGetStageStyleDefinition Method
Tries and returns the STAGE STYLE requested, if it has already been loaded into the cache.
Returns false, if it has not been loaded yet. Then tries and reads or downloads it in the background. Which means
the definition may be avalaible at a latter time (once the getting is successful).
Namespace: Scopos.BabelFish.APIClientsAssembly: BabelFish (in BabelFish.dll) Version: 1.11.3.13+877481945de6b4d2a3a561fea58e2494717cd263
public static bool TryGetStageStyleDefinition(
SetName setName,
out StageStyle def
)
- setName SetName
- def StageStyle
-
Boolean