.NET Framework Class Library
NeutralFormat.MDClose Method
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > NeutralFormat Class > NeutralFormat Methods > .NET Framework Class Library |
Closes the Master Drawing opened with the MDOpen and identified with the handler mdid.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Sub MDClose ( _ mdid As Integer _ |
C# |
|---|
public void MDClose( int mdid |
Visual C++ |
|---|
public: void MDClose( |
JavaScript |
|---|
function mdClose(mdid); |
Parameters
mdid
Type: System.Int32
Master Drawing handler
See Also