SurfaceProcedureConnectionIsValid 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 override bool IsValid { get; set; }
Public Overrides Property IsValid As Boolean
Get
Set
public:
virtual property bool IsValid {
bool get () override;
void set (bool value) override;
}
abstract IsValid : bool with get, set
override IsValid : bool with get, set
Property Value
Type:
BooleanSee Also