[This is preliminary documentation and is subject to change.]
Dereferences a section in a MetaReference by
returning the root pane if it has the correct name.
| C# |
public IMetaReferable DeReferenceSection( string nameSection )
- nameSection (String)
- The name to use to find the next object to use in the dereference.
The root Pane if it has the given name.
| Exception | Condition |
|---|---|
| PersistateDeReferenceException | Thrown if the given
nameSection does not reference the root Pane. |