You are here: Start » FIL.NET » FIS.LoadEntities_FromDxf Method

FIS.LoadEntities_FromDxf Method

Loads entities from a DXF file as an array of point arrays.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void LoadEntities_FromDxf
(
	string inDxfFile,
	float inScale,
	NullableRef<IList<string>> inLayersToDraw,
	out FilNet.Point2D outOrigin,
	IList<List<FilNet.Point2D>> outEntities
)

Parameters

Name Type Range Default Description
inDxfFilestring
inScalefloat<0.0f, INF>10.0fScale (pixels per millimeter). Default value: 10.0f.
inLayersToDrawFilNet.NullableRef<System.Collections.Generic.IList<string>>Names of layers to draw. Names of all layers are available at the 'diagFileLayersNames' output. Default value: ftl::NIL.
outOriginFilNet.Point2DLocation of the origin from DXF on 'outImage'.
outEntitiesSystem.Collections.Generic.IList<System.Collections.Generic.List<FilNet.Point2D>>

Function Overrides

See also