StaticRouteProfile Constructor (ProfileSegment) |
Construct a new instance based on the given profile segment corresponding to the
surface geometry to which it is attached. The user is responsible for making sure
that the profile geometry and surface geometry match.
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 StaticRouteProfile(
ProfileSegment customSegment
)
Public Sub New (
customSegment As ProfileSegment
)
public:
StaticRouteProfile(
ProfileSegment^ customSegment
)
new :
customSegment : ProfileSegment -> StaticRouteProfile
Parameters
- customSegment
- Type: AGI.Foundation.RouteDesign.AdvancedProfileSegment
The custom profile geometry.
See Also