Specify individual part types to use when importing pipe network parts from a LandXML file into Autodesk Civil 3D.

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

Syntax

C#
public string MatchEggShapedPipesWith { get; set; }
Visual Basic
Public Property MatchEggShapedPipesWith As String
	Get
	Set
Visual C++
public:
property String^ MatchEggShapedPipesWith {
	String^ get ();
	void set (String^ value);
}

See Also