CircularHoldProcedureCreateConfigurableProfile Method |
Create a profile based on the given settings that the
RoutePropagator can
use to configure this profile in relation to all other profiles along the route.
Namespace:
AGI.Foundation.RouteDesign
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public override ConfigurableProfile CreateConfigurableProfile(
SurfaceSegment surfacePath
)
Public Overrides Function CreateConfigurableProfile (
surfacePath As SurfaceSegment
) As ConfigurableProfile
public:
virtual ConfigurableProfile^ CreateConfigurableProfile(
SurfaceSegment^ surfacePath
) override
abstract CreateConfigurableProfile :
surfacePath : SurfaceSegment -> ConfigurableProfile
override CreateConfigurableProfile :
surfacePath : SurfaceSegment -> ConfigurableProfile
Parameters
- surfacePath
- Type: AGI.Foundation.RouteDesign.AdvancedSurfaceSegment
The surface path over which the profile is defined.
Return Value
Type:
ConfigurableProfileThe configurable profile used by the
RoutePropagator to
configure the route.
See Also