This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 439
a4da377d b227 e092 885f 83c3e633726c
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Checks if the specified TableObject has been referenced by other DxfObjects.
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 BooleanC++
public:
bool HasReferences(
T item
)F#
member HasReferences :
item : 'T -> bool - T
- Table object.
Boolean
Returns true if the specified TableObject has been referenced by other DxfObjects, false otherwise.
TableObjects(T) Class
HasReferences Overload
netDxf.Collections Namespace