Click or drag to resize

StaticRouteProfileCreateConfigurableProfile Method

Namespace:  AGI.Foundation.RouteDesign.Advanced
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public override ConfigurableProfile CreateConfigurableProfile(
	SurfaceSegment surfacePath
)

Parameters

surfacePath
Type: AGI.Foundation.RouteDesign.AdvancedSurfaceSegment
The surface path corresponding to the custom profile.

Return Value

Type: ConfigurableProfile
The configurable profile which indicates to the system not to reconfigure the user's geometry.
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown if the profile and surface geometries are inconsistent.
See Also