Click or drag to resize

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
Syntax
C#
public bool ContainsAppId(
	string appId
)
Request Example View Source

Parameters

appId
Type: SystemString
The application registry name to locate in the current dictionary.

Return Value

Type: Boolean
True if the current dictionary contains an extended data with the application registry name; otherwise, false.
See Also