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
)
Public Function ContainsAppId (
appId As String
) As Boolean
public:
bool ContainsAppId(
String^ appId
)
member ContainsAppId :
appId : string -> bool
METHOD ContainsAppId(
appId AS STRING
) AS LOGIC
Parameters
- 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