.NET Framework Class Library
DataEntrHelper.GetComputedDocType Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > DataEntrHelper Class > DataEntrHelper Methods >

.NET Framework Class Library
DataEntrHelper.GetComputedDocType Method

Returns the current document type code (e.g., "A" for Assembly, "P" for Part, "D" for Drawing). The value identifies the type of CAD document being processed.

Namespace: MwPDMApi
Assembly:  MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

Visual Basic

Public Function GetComputedDocType As String

C#

public string GetComputedDocType()

Visual C++

public:

StringGetComputedDocType()

JavaScript

function getComputedDocType();

Return Value

The document type code as a string.

See Also

DataEntrHelper Class

DataEntrHelper Members

MwPDMApi Namespace