ConfigurableConnectionExitFromPreviousConfiguration Property |
Gets the result of configuring the exit from the previous procedure.
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 SurfaceConfigurationResult ExitFromPreviousConfiguration { get; }
Public MustOverride ReadOnly Property ExitFromPreviousConfiguration As SurfaceConfigurationResult
Get
public:
virtual property SurfaceConfigurationResult^ ExitFromPreviousConfiguration {
SurfaceConfigurationResult^ get () abstract;
}
abstract ExitFromPreviousConfiguration : SurfaceConfigurationResult with get
Property Value
Type:
SurfaceConfigurationResultSee Also