ConfigurableConnectionEntryToNextConfiguration Property |
Gets the result of configuring the entry into the next 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 EntryToNextConfiguration { get; }
Public MustOverride ReadOnly Property EntryToNextConfiguration As SurfaceConfigurationResult
Get
public:
virtual property SurfaceConfigurationResult^ EntryToNextConfiguration {
SurfaceConfigurationResult^ get () abstract;
}
abstract EntryToNextConfiguration : SurfaceConfigurationResult with get
Property Value
Type:
SurfaceConfigurationResultSee Also