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
768e56e1 7ae7 778f efbf b6e35725f7f0
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Checks if this instance has been referenced by other DxfObjects.
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public abstract bool HasReferences()
VB
Public MustOverride Function HasReferences As Boolean
C++
public:
virtual bool HasReferences() abstract
F#
abstract HasReferences : unit -> bool
Boolean
Returns true if this instance has been referenced by other DxfObjects, false otherwise. It will always return false if this instance does not belong to a document.
This method returns the same value as the HasReferences method that can be found in the TableObjects class.