Gets the name of the active configuration in the document.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetActiveConfigurationName() As String |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMConfigurationMgr
Dim value As String
value = instance.GetActiveConfigurationName()
|
C# | |
---|
string GetActiveConfigurationName() |
C++/CLI | |
---|
String^ GetActiveConfigurationName(); |
Return Value
Name of the active configuration
Example
See Also
Availability
SolidWorks Document Manager API 2004 FCS