Files
pdm/documentation/api_extracted/ReturnCodes.htm

52 lines
2.2 KiB
HTML

<html>
<head>
<title>Return Codes</title>
<meta name=MS-HKWD content="Return codes">
<meta name=MS-HKWD content="Error codes">
<meta name=MS-HKWD content="Success codes">
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<link rel="stylesheet" type="text/css" href="ApiHelp.css">
</head>
<body>
<h1><span style="font-weight: normal; font-size: 7.5pt;">SOLIDWORKS PDM Professional API Help</span></h1>
<h1>Return Codes</h1>
<h2><span style="font-weight: 400">The SOLIDWORKS PDM Professional API return
codes are provided in </span>EPDM.interop.EPDMResultCode.dll
<span style="font-weight: 400">which contains these enumerations:</span></h2>
<ul>
<li><font face="Verdana" style="font-size: 8pt">
<a href="EPDM.Interop.EPDMResultCode~EPDM.Interop.EPDMResultCode.EdmResultErrorCodes_e.html">
EdmResultErrorCodes_e</a></font></li>
<li><font face="Verdana" style="font-size: 8pt">
<a href="EPDM.Interop.EPDMResultCode~EPDM.Interop.EPDMResultCode.EdmResultSuccessCodes_e.html">
EdmResultSuccessCodes_e</a></font><br>
&nbsp;</li>
</ul>
<p>The following examples show how to reference <b>EPDM.interop.EPDMResultCode.dll</b>
in your program and access return
codes by handling exceptions.</p>
<ul>
<li><font face="Verdana" style="font-size: 8pt">
<a href="Log_Into_Vault_and_Display_Information_Example_CSharp.htm">Log Into
Vault and Display Information Example (C#)</a></font></li>
<li><font face="Verdana" style="font-size: 8pt">
<a href="Log_Into_Vault_and_Display_Information_Example_VBNET.htm">Log Into
Vault and Display Information Example (VB.NET)</a></font></li>
</ul>
<h2>See Also</h2>
<p><a href="GettingStarted-epdmapi.html">Getting Started</a></p>
<p><a href="Using_NET_Framework_in_Applications.htm">Using .NET Framework 4.0 in
Stand-alone Applications</a></p>
<p><a href="EPDM.Interop.epdm~EPDM.Interop.epdm.IEdmVault5~GetErrorString.html"> IEdmVault5::GetErrorString</a></p>
<p><a href="EPDM.Interop.epdm~EPDM.Interop.epdm.IEdmVault11~GetErrorMessage.html">IEdmVault11::GetErrorMessage</a></p>
<p><a href="EPDM.Interop.epdm~EPDM.Interop.epdm.IEdmVault11~GetErrorName.html"> IEDMVault11::GetErrorName</a></p>
</body>
</html>