Gets or Sets whether the feature line connects to multiple points which share the same code in the same applied assembly.

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

Syntax

C#
[ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.FeatureLineCodeInfo.IsConnected instead.", 
	false)]
public bool IsConnect { get; set; }
Visual Basic
<ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.FeatureLineCodeInfo.IsConnected instead.",  _
	False)> _
Public Property IsConnect As Boolean
	Get
	Set
Visual C++
public:
[ObsoleteAttribute(L"Use Autodesk.Civil.DatabaseServices.FeatureLineCodeInfo.IsConnected instead.", 
	false)]
property bool IsConnect {
	bool get ();
	void set (bool value);
}

See Also