| Visual Basic | |
|---|---|
Sub GetVaultViews( _ ByRef ppoRetViews() As EdmViewInfo, _ ByVal bOnlyLoggedIn As System.Boolean _ ) | |
| C# | |
|---|---|
void GetVaultViews( out EdmViewInfo[] ppoRetViews, System.bool bOnlyLoggedIn ) | |
| C++/CLI | |
|---|---|
void GetVaultViews( & [Out] array<EdmViewInfo>^ ppoRetViews, & System.bool bOnlyLoggedIn ) | |
Parameters
- ppoRetViews
- Array of EdmViewInfo structures; one structure for each view
- bOnlyLoggedIn
- True to get views in which you are currently logged, false to get all views
See the IEdmVault8 examples.
You do not have to call IEdmVault5::Login or IEdmVault5::LoginAuto before calling this method.
- S_OK: The method successfully executed.
SOLIDWORKS PDM Professional Version 6.4