| Visual Basic | |
|---|---|
Sub GetLicense( _ ByRef ppoRetLicense() As EdmLicense _ ) | |
| C# | |
|---|---|
void GetLicense( out EdmLicense[] ppoRetLicense ) | |
| C++/CLI | |
|---|---|
void GetLicense( & [Out] array<EdmLicense>^ ppoRetLicense ) | |
Parameters
- ppoRetLicense
- Array of EdmLicense structures; one structure for each license that has one or more users (see Remarks)
In SOLIDWORKS PDM Professional:
- 2015 SP0 and later, licenses are shared among all vaults that use the same SolidNetwork License Server (SNL). See IEdmVault14::InstallLicense2.
- 2014 and earlier, licenses were shared among all vaults that were in the same SQL Server instance.
- S_OK: The method successfully executed.
SOLIDWORKS PDM Professional 2010