.NET Framework Class Library
CADSystem.GetActiveDocConfigurationInfos Method

<< Click to Display Table of Contents >>

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

.NET Framework Class Library
CADSystem.GetActiveDocConfigurationInfos Method

Gets the name of the configuration of the currently opened model.

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

Syntax

Visual Basic

Public Function GetActiveDocConfigurationInfos ( _

ByRef activeConf As String _
) As ShellResult

C#

public ShellResult GetActiveDocConfigurationInfos(

ref string activeConf
)

Visual C++

public:

ShellResult^ GetActiveDocConfigurationInfos(
String^% activeConf
)

JavaScript

function getActiveDocConfigurationInfos(activeConf);

Parameters

activeConf

Type: System.String
Output. The name of the configuration

Return Value

Shell result object. Additional items available: "@OK_MANAGE_CONFIGURATION"

Remarks

See Also

CADSystem Class

CADSystem Members

MwPDMApi Namespace