Click or drag to resize

EdmObjectFactoryCreateVaultObject Method

Creates the vault object after attempting to auto-login to the vault.

Namespace:  CADSharpTools.Testing
Assembly:  CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntax
public static IEdmVault5 CreateVaultObject(
	string vaultName,
	int parentHandle = 0
)

Parameters

vaultName
Type: SystemString
Name of the vault to login to.
parentHandle (Optional)
Type: SystemInt32
Handle of the window above which to show PDM vault login window.

Return Value

Type: IEdmVault5
Vault object.
See Also