MatchInletOutletStructuresWith Property

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.3.1717.0

Syntax

C#

public string MatchInletOutletStructuresWith { get; set; }

Visual Basic

Public Property MatchInletOutletStructuresWith As String
	Get
	Set

Visual C++

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

See Also