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

a38a1e73 8cb9 3835 adc7 3ef03e4c4a77

haplokuon edited this page May 6, 2023 · 1 revision

ArchitecturalTick Property

netDxf 3.0.0 Library

Architectural tick arrowhead.

Definition

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

C#

public static Block ArchitecturalTick { get; }

VB

Public Shared ReadOnly Property ArchitecturalTick As Block
	Get

C++

public:
static property Block^ ArchitecturalTick {
	Block^ get ();
}

F#

static member ArchitecturalTick : Block with get

Property Value

Block

See Also

Reference

DimensionArrowhead Class
netDxf.Entities Namespace

Clone this wiki locally