ConfigurableConnectionIsValid Property |
Gets or sets a value indicating whether this is a valid connection to the previous and next procedures.
Namespace:
AGI.Foundation.RouteDesign.Advanced
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public abstract bool IsValid { get; set; }
Public MustOverride Property IsValid As Boolean
Get
Set
public:
virtual property bool IsValid {
bool get () abstract;
void set (bool value) abstract;
}
abstract IsValid : bool with get, set
Property Value
Type:
BooleanSee Also