ProcedureConfigurationResult.SurfaceExitResult Property |
Gets the result of configuring the surface geometry and connection for exiting the current
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 SurfaceConfigurationResult SurfaceExitResult { get; }
Public ReadOnly Property SurfaceExitResult As SurfaceConfigurationResult
Get
public:
property SurfaceConfigurationResult^ SurfaceExitResult {
SurfaceConfigurationResult^ get ();
}
member SurfaceExitResult : SurfaceConfigurationResult with get
Property Value
Type:
SurfaceConfigurationResult
See Also