.NET Framework Class Library
NeutralFormat.MDClose Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > NeutralFormat Class > NeutralFormat Methods >

.NET Framework Class Library
NeutralFormat.MDClose Method

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(
 int mdid
)

JavaScript

function mdClose(mdid);

Parameters

mdid

Type: System.Int32
Master Drawing handler

See Also

NeutralFormat Class

NeutralFormat Members

MwPDMApi Namespace