Autodesk Vault ProfessionalVault API

SetParent(ParentType) Method

Autodesk.DataManagement.Client.Framework.Forms.SettingsWindowSettings

Configure the parent window for the case where there is either No Parent or the case where the Default Parent should be chosen

Syntax

public void SetParent(
   WindowSettings.ParentType alg
)
Public Overloads Sub SetParent( _
   ByVal alg As WindowSettings.ParentType _
) 

Parameters

NameDescription
algThe configuration for the parent window

See Also