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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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: 
Boolean
See Also