| Visual Basic | |
|---|---|
Sub SetColumnSetID( _ ByVal mlColumnSetID As System.Integer _ ) | |
| C# | |
|---|---|
void SetColumnSetID( System.int mlColumnSetID ) | |
| C++/CLI | |
|---|---|
void SetColumnSetID( & System.int mlColumnSetID ) | |
Parameters
- mlColumnSetID
- ID of column set to register
See the IEdmVault22 example
Before calling this method, use IEdmVault22::GetColumnSets to obtain all valid column set IDs for the currently logged-in user of this vault.
This method stores the column set ID at the following location in the registry:
User_Computer\HKEY_CURRENT_USER\SOFTWARE\SolidWorks\Applications\PDMWorks Enterprise\CTDMListView\ColumnSet\vault_name\user_name
After calling this method, call IEdmVault22::GetCurrentColumnSet to verify the current column set was changed.
SOLIDWORKS PDM Professional 2024