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

a4da377d b227 e092 885f 83c3e633726c

haplokuon edited this page May 6, 2023 · 1 revision

HasReferences(T) Method

netDxf 3.0.0 Library

Checks if the specified TableObject has been referenced by other DxfObjects.

Definition

Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public bool HasReferences(
	T item
)

VB

Public Function HasReferences ( 
	item As T
) As Boolean

C++

public:
bool HasReferences(
	T item
)

F#

member HasReferences : 
        item : 'T -> bool 

Parameters

  T
Table object.

Return Value

Boolean
Returns true if the specified TableObject has been referenced by other DxfObjects, false otherwise.

See Also

Reference

TableObjects(T) Class
HasReferences Overload
netDxf.Collections Namespace

Clone this wiki locally