Migrate Method (Database, String, ObjectIdCollection)

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

Syntax

C#

public static bool Migrate(
	Database pDwgDb,
	string stmFileName,
	ObjectIdCollection pipeNetworkIds
)

Visual Basic

Public Shared Function Migrate ( _
	pDwgDb As Database, _
	stmFileName As String, _
	pipeNetworkIds As ObjectIdCollection _
) As Boolean

Visual C++

public:
static bool Migrate(
	Database^ pDwgDb, 
	String^ stmFileName, 
	ObjectIdCollection^ pipeNetworkIds
)

Parameters

pDwgDb
Type: Database
stmFileName
Type: System.String
pipeNetworkIds
Type: ObjectIdCollection

See Also