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

781cd0cc 82b3 eb6d 3553 c54a4de6679a

haplokuon edited this page May 6, 2023 · 1 revision

HasReferences(String) Method

netDxf 3.0.0 Library

Checks if the specified TableObject has been referenced by other DxfObjects.

Definition

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 

Parameters

  String
Table object name.

Return Value

Boolean
Returns true if the specified TableObject has been referenced by other DxfObjects, false otherwise.

See Also

Reference

TableObjects(T) Class
HasReferences Overload
netDxf.Collections Namespace

Clone this wiki locally