Import all the layouts from the given file ids

Namespace: SynergyClientAPI.CADLayouts
Assembly: SynergyClientAPI (in SynergyClientAPI.dll)

Public Shared Function ImportAndSelectLayouts( _ 
ByVal window As IWin32Window, _ 
ByVal file_info As FileInfo
) As OperationResponse
This language is not supported or no code example is available.
public static OperationResponse ImportAndSelectLayouts( 
IWin32Window window
FileInfo file_info 
)
This language is not supported or no code example is available.
public:  
static OperationResponse^ ImportAndSelectLayouts( 
IWin32Window^ window
FileInfo^ file_info 
)
This language is not supported or no code example is available.
public static function ImportAndSelectLayouts( 
window : IWin32Window
file_info : FileInfo 
) : OperationResponse;
This language is not supported or no code example is available.

Parameters

window
Type: IWin32Window

The parent window where the user interfaces generated by this operation will be shown.

file_info
Type: FileInfo

The FileInfo object of the file that the user has to select layouts from.

Return Value

Type: OperationResponse

Response object. This contains an error messgae if the operation is not successful

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1