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

c50db8d9 adaa cef7 d46b bacb63d2e650

haplokuon edited this page May 6, 2023 · 1 revision

PolygonMeshes Property

netDxf 3.0.0 Library

Gets the list of polygon meshes in the active layout.

Definition

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

C#

public IEnumerable<PolygonMesh> PolygonMeshes { get; }

VB

Public ReadOnly Property PolygonMeshes As IEnumerable(Of PolygonMesh)
	Get

C++

public:
property IEnumerable<PolygonMesh^>^ PolygonMeshes {
	IEnumerable<PolygonMesh^>^ get ();
}

F#

member PolygonMeshes : IEnumerable<PolygonMesh> with get

Property Value

IEnumerable(PolygonMesh)

See Also

Reference

DrawingEntities Class
netDxf.Collections Namespace

Clone this wiki locally