[This is preliminary documentation and is subject to change.]
Gets a thread-safe "read-only" list of all of the declarative chunks in the world that contain the dimension-value pair with the specified world ID.
Namespace: ClarionAssembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)
Syntax
C# |
---|
public static IEnumerable<DeclarativeChunk> GetDeclarativeChunksContainingDV( Guid dvWorldID ) |
Parameters
- dvWorldID
- Type: System..::..Guid
Return Value
A "read-only" list of all the declarative chunks in the world that contain the dimension-value pair with the specified world ID
Remarks
![]() |
---|
Manipulating the list returned by this method has no effect on the world itself. If you want to add or remove an item from the world you need to call either one of the "New..." methods or the "Remove" method (respectively). |