Returns True if the feature line connects to multiple points in the same applied assembly if those points share the same code.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 10.0.1111.0
Syntax
C# |
---|
public bool IsConnect { get; } |
Visual Basic |
---|
Public ReadOnly Property IsConnect As Boolean Get |
Visual C++ |
---|
public: property bool IsConnect { bool get (); } |