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

efb30244 7eda e622 6cbd 0ddb04a4e68a

haplokuon edited this page May 6, 2023 · 1 revision

AssociatedBlock Property

netDxf 3.0.0 Library

Gets the associated ModelSpace or PaperSpace block.

Definition

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

C#

public Block AssociatedBlock { get; }

VB

Public ReadOnly Property AssociatedBlock As Block
	Get

C++

public:
property Block^ AssociatedBlock {
	Block^ get ();
}

F#

member AssociatedBlock : Block with get

Property Value

Block

See Also

Reference

Layout Class
netDxf.Objects Namespace

Clone this wiki locally