| StaticRouteProfile Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: AGI.Foundation.RouteDesign.Advanced
 Syntax
SyntaxThe StaticRouteProfile type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | StaticRouteProfile | 
            Construct a new instance.
             | 
|  | StaticRouteProfile(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.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | CustomSegment | 
            Gets or sets the custom profile geometry corresponding to the surface geometry of 
            the procedure to which this profile is attached.  The user is responsible for
            making sure the profile and surface path are consistent.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | CreateConfigurableProfile | 
            Creates an instance of StaticRouteProfileStaticConfigurableProfile based on the given 
            (Overrides RouteProfileCreateConfigurableProfile(SurfaceSegment).) | 
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) | 
|  | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 See Also
See Also