.NET Framework Class Library
CADSystem.Open Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > CADSystem Class > CADSystem Methods > .NET Framework Class Library |
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( |
JavaScript |
|---|
function open(fullFileName); |
Parameters
fullFileName
Type: System.String
full name of the file to open
Remarks
See Also