You are here: Start » AVL.NET » AVL.LoadEntities_FromDxf_Deprecated(string, int, int, string[], AvlNet.Point2D[][])

AVL.LoadEntities_FromDxf_Deprecated(string, int, int, string[], AvlNet.Point2D[][])

Loads data from a DXF file as an array of paths.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void LoadEntities_FromDxf_Deprecated(
	string inDxfFile,
	int inCanvasWidth,
	int inCanvasHeight,
	string[] inLayers,
	out AvlNet.Point2D[][] outEntities
)

Parameters

inDxfFile
Type: System.String
inCanvasWidth
Type: System.Int32
inCanvasHeight
Type: System.Int32
inLayers
Type: System.String
Names of layers to import paths from. Names of all layers are available at the 'diagFileLayersNames' output, or null.
outEntities
Type: AvlNet.Point2D

Remarks

See full override for more details.

See also