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

06553502 c733 0a83 f495 87ce6a37877c

haplokuon edited this page May 6, 2023 · 1 revision

HasReferences Method

netDxf 3.0.0 Library

Checks if this instance has been referenced by other DxfObjects.

Definition

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 

Return Value

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.

Remarks

This method returns the same value as the HasReferences method that can be found in the TableObjects class.

See Also

Reference

LayerState Class
netDxf.Objects Namespace

Clone this wiki locally