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