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