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 407
304e4a5f f63a 1352 9578 82a07a53ddad
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.Objects
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public override bool HasReferences()
VB
Public Overrides Function HasReferences As Boolean
C++
public:
virtual bool HasReferences() override
F#
abstract HasReferences : unit -> bool
override 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.