InternalC3DPipesToStmMigrationMigrate(Database, String, ObjectIdCollection) Method |
Namespace: Autodesk.CivilAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic static bool Migrate(
Database pDwgDb,
string stmFileName,
ObjectIdCollection pipeNetworkIds
)
Public Shared Function Migrate (
pDwgDb As Database,
stmFileName As String,
pipeNetworkIds As ObjectIdCollection
) As Boolean
public:
static bool Migrate(
Database^ pDwgDb,
String^ stmFileName,
ObjectIdCollection^ pipeNetworkIds
)
Parameters
- pDwgDb Database
-
- stmFileName String
-
- pipeNetworkIds ObjectIdCollection
-
Return Value
Boolean
See Also