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
781cd0cc 82b3 eb6d 3553 c54a4de6679a
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(
string name
)
VB
Public Function HasReferences (
name As String
) As Boolean
C++
public:
bool HasReferences(
String^ name
)
F#
member HasReferences :
name : string -> bool
- String
- Table object name.
Boolean
Returns true if the specified TableObject has been referenced by other DxfObjects, false otherwise.
TableObjects(T) Class
HasReferences Overload
netDxf.Collections Namespace