StaticRouteProfileCreateConfigurableProfile Method |
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 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 corresponding to the custom profile.
Return Value
Type:
ConfigurableProfileThe configurable profile which indicates to the system not to reconfigure the user's geometry.
Exceptions See Also