Namespace: Autodesk.Civil
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public static bool Migrate(
	Database pDwgDb,
	string stmFileName,
	List<string> selectedNames
)
Visual Basic
Public Shared Function Migrate ( _
	pDwgDb As Database, _
	stmFileName As String, _
	selectedNames As List(Of String) _
) As Boolean
Visual C++
public:
static bool Migrate(
	Database^ pDwgDb, 
	String^ stmFileName, 
	List<String^>^ selectedNames
)

Parameters

pDwgDb
Type: Database
stmFileName
Type: System..::..String
selectedNames
Type: System.Collections.Generic..::..List<(Of <(<'String>)>)>

See Also