PartMatchingId Property

Specifies the defaults Id used for part matching 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.2.3892.0

Syntax

C#

public PropertyObjectId PartMatchingId { get; }

Visual Basic

Public ReadOnly Property PartMatchingId As PropertyObjectId
	Get

Visual C++

public:
property PropertyObjectId^ PartMatchingId {
	PropertyObjectId^ get ();
}

See Also