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