Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

e7b6b985 3846 c0a6 0907 27bce9bffb6b

haplokuon edited this page May 6, 2023 · 1 revision

ContainsAppId Method

netDxf 3.0.0 Library

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

Definition

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 

Parameters

  String
The application registry name to locate in the current dictionary.

Return Value

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

See Also

Reference

XDataDictionary Class
netDxf.Collections Namespace

Clone this wiki locally