Share

InternalC3DPipesToStmMigration.Migrate(Database, String, ObjectIdCollection) Method



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

Syntax

C#

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

VB

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

C++

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

Parameters

pDwgDb  Database
 
stmFileName  String
 
pipeNetworkIds  ObjectIdCollection
 

Return Value

Boolean

See Also

Reference

Was this information helpful?