CADability dotNET
Displays the provided file in the control. The following file formats are supported:
  • "cdb" CADability native format
  • "dxf", "dwg" AutoCAD dxf and dwg format
  • "stp" STEP format
  • "igs" IGES format
  • "sat" ACIS format (if pruchased)
  • "xt" Parasolid format (if pruchased)

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public bool ShowFile(
	string fileName,
	string format
)
Visual Basic
Public Function ShowFile ( _
	fileName As String, _
	format As String _
) As Boolean
Visual C++
public:
bool ShowFile(
	String^ fileName, 
	String^ format
)

Parameters

fileName
Type: System..::..String
format
Type: System..::..String

Return Value

See Also