Share

InternalC3DPipesToStmMigration.Migrate(Database, String, List<String>) Method



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

Syntax

C#

public static bool Migrate(
	Database pDwgDb,
	string stmFileName,
	List<string> selectedNames
)

VB

Public Shared Function Migrate ( 
	pDwgDb As Database,
	stmFileName As String,
	selectedNames As List(Of String)
) As Boolean

C++

public:
static bool Migrate(
	Database^ pDwgDb, 
	String^ stmFileName, 
	List<String^>^ selectedNames
)

Parameters

pDwgDb  Database
 
stmFileName  String
 
selectedNames  ListString
 

Return Value

Boolean

See Also

Reference

Was this information helpful?