Click or drag to resize

XDataDictionaryContainsAppId Method

Determines whether current dictionary contains an extended data with the specified application registry name.

Namespace:  DXFReaderNET.Collections
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public bool ContainsAppId(
	string appId
)

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