.NET Framework Class Library
CADSystem.Open Method

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > .NET API > MwPDMApi Namespace > CADSystem Class > CADSystem Methods >

.NET Framework Class Library
CADSystem.Open Method

Open the assigned file in CAD application.

Namespace: MwPDMApi
Assembly:  MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

Visual Basic

Public Sub Open ( _

fullFileName As String _
)

C#

public void Open(

string fullFileName
)

Visual C++

public:

void Open(
String^ fullFileName
)

JavaScript

function open(fullFileName);

Parameters

fullFileName

Type: System.String
full name of the file to open

Remarks

See Also

CADSystem Class

CADSystem Members

MwPDMApi Namespace