Share

SettingsLandXMLImport.SettingsPipeNetwork.MatchConnectionStructuresWith 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.8.0.280

Syntax

C#

public string MatchConnectionStructuresWith { get; set; }

VB

Public Property MatchConnectionStructuresWith As String
	Get
	Set

C++

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

Property Value

String

See Also

Reference

Was this information helpful?