IsConnected Property

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

Syntax

C#

public bool IsConnected { get; set; }

Visual Basic

Public Property IsConnected As Boolean
	Get
	Set

Visual C++

public:
property bool IsConnected {
	bool get ();
	void set (bool value);
}

See Also