getDictionaryDefault
Class: coder.Dictionary
Namespace: coder
Return default service for service interface section or default property value for data interface category
Since R2023b
Syntax
Description
returns the default entry of the service interface section
defaultEntry
= getDictionaryDefault(serviceDict
,sectionName
)sectionName
in the service interfaces coder dictionary
serviceDict
.
returns the default value of the property defaultPropVal
= getDictionaryDefault(dataDict
,categoryName
,propName
)propName
of the category
categoryName
in the data interfaces coder dictionary
dataDict
.