FigureIsConnected Property |
Gets a value indicating whether the figure is connected.
Namespace:
AGI.Foundation.Geometry.Shapes
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 23.1.416.0 (23.1.416.0)
Syntaxpublic abstract bool IsConnected { get; }
Public MustOverride ReadOnly Property IsConnected As Boolean
Get
public:
virtual property bool IsConnected {
bool get () abstract;
}
abstract IsConnected : bool with get
Property Value
Type:
Boolean
See Also