Main Content
getSection
Class: coder.Dictionary
Namespace: coder
Return coder.dictionary.Section
object that represents Embedded
Coder Dictionary section
Syntax
sectionObj = getSection(coderDict,sectionName)
Description
returns a sectionObj
= getSection(coderDict
,sectionName
)coder.dictionary.Section
object that represents one section,
sectionName
, of an Embedded Coder Dictionary, which
coderDict
represents. Use the section to access the code definitions of
the type identified by the section name.