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

85e9c830 36da eace c4e7 d17a7c76aca1

haplokuon edited this page May 6, 2023 · 1 revision

XrefFile Property

netDxf 3.0.0 Library

Gets the external reference path name.

Definition

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

C#

public string XrefFile { get; }

VB

Public ReadOnly Property XrefFile As String
	Get

C++

public:
property String^ XrefFile {
	String^ get ();
}

F#

member XrefFile : string with get

Property Value

String

Remarks

This property is only applicable to externally referenced blocks.

See Also

Reference

Block Class
netDxf.Blocks Namespace

Clone this wiki locally