PartsListUsedForMigration Property

Specifies the default parts list assigned when migrating pipe network data between the Storm Sewers extension and Autodesk Civil 3D.

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

Syntax

C#

public PropertyString PartsListUsedForMigration { get; }

Visual Basic

Public ReadOnly Property PartsListUsedForMigration As PropertyString
	Get

Visual C++

public:
property PropertyString^ PartsListUsedForMigration {
	PropertyString^ get ();
}

See Also