[This is preliminary documentation and is subject to change.]
Gets a thread-safe "read-only" list of the world IDs for all the dimension-value pairs with the specified dimension ID.
Namespace: ClarionAssembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)
Syntax
C# |
---|
public static IEnumerable<Guid> GetDimensionWorldIDs( Object dimensionID ) |
Parameters
- dimensionID
- Type: System..::..Object
The ID of the dimension whose dimension-value pairs you wish to get
Return Value
A "read-only" list of the world IDs for all the dimension-value pairs in the specified dimension
Exceptions
Exception | Condition |
---|---|
System..::..InvalidOperationException | If the singleton world instance has not been initialized |