PartsListForPartFamilySizeMatching Property

Specifies the pipe network parts list that is used during import to match pipe network part types in a LandXML file with pipe network part types in a Autodesk Civil 3D parts list.

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

Syntax

C#

public string PartsListForPartFamilySizeMatching { get; set; }

Visual Basic

Public Property PartsListForPartFamilySizeMatching As String
	Get
	Set

Visual C++

public:
property String^ PartsListForPartFamilySizeMatching {
	String^ get ();
	void set (String^ value);
}

See Also