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

92ed7e18 3384 2551 3139 dd92c74487e9

haplokuon edited this page May 6, 2023 · 1 revision

IsXRef Property

netDxf 3.0.0 Library

Gets if the block is an external reference.

Definition

Namespace: netDxf.Blocks
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public bool IsXRef { get; }

VB

Public ReadOnly Property IsXRef As Boolean
	Get

C++

public:
property bool IsXRef {
	bool get ();
}

F#

member IsXRef : bool with get

Property Value

Boolean

See Also

Reference

Block Class
netDxf.Blocks Namespace

Clone this wiki locally