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.8.0.280
Syntax
C#
public string PartsListForPartFamilySizeMatching { get; set; }
VB
Public Property PartsListForPartFamilySizeMatching As String Get Set
C++
public: property String^ PartsListForPartFamilySizeMatching { String^ get (); void set (String^ value); }