 | XDataDictionaryContainsAppId Method |
imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Determines whether current dictionary contains an
extended data with the specified application registry name.
Namespace:
netDxf.Collections
Assembly:
netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntaxpublic bool ContainsAppId(
string appId
)
Request Example
View SourceParameters
- appId
- Type: SystemString
The application registry name to locate in the current dictionary.
Return Value
Type:
BooleanTrue if the current dictionary contains an
extended data with the application registry name; otherwise, false.
See Also