.NET Framework Class Library
NeutralFormat.MDGetPageCount Method

<< Click to Display Table of Contents >>

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

.NET Framework Class Library
NeutralFormat.MDGetPageCount Method

Returns the number of pages of the Master Drawing 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 Function MDGetPageCount ( _

mdid As Integer _
) As Integer

C#

public int MDGetPageCount(

int mdid
)

Visual C++

public:

int MDGetPageCount(
int mdid
)

JavaScript

function mdGetPageCount(mdid);

Parameters

mdid

Type: System.Int32
Master Drawing handler

Return Value

number of pages

See Also

NeutralFormat Class

NeutralFormat Members

MwPDMApi Namespace