This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 411
e7b6b985 3846 c0a6 0907 27bce9bffb6b
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Determines whether current dictionary contains an extended data with the specified application registry name.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public bool ContainsAppId(
string appId
)
VB
Public Function ContainsAppId (
appId As String
) As Boolean
C++
public:
bool ContainsAppId(
String^ appId
)
F#
member ContainsAppId :
appId : string -> bool
- String
- The application registry name to locate in the current dictionary.
Boolean
True if the current dictionary contains an extended data with the application registry name; otherwise, false.