Click or drag to resize

StaticConfigurableProfile Methods

The StaticRouteProfileStaticConfigurableProfile type exposes the following members.

Methods
  NameDescription
Public methodConfigureProfiles
Configure this profile in relation to the previous and next profile to make sure than they each connect continuously. Specify the result of the configuration in the output.
(Overrides ConfigurableProfileConfigureProfiles(ConfigurableProfile, ConfigurableProfile, ITrackCalculationProgress).)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFreezeFinalConditions
Called by the RoutePropagator to indicate to the profile that it should not let other profiles update its final boundary conditions.
(Overrides ConfigurableProfileFreezeFinalConditions.)
Public methodFreezeInitialConditions
Called by the RoutePropagator to indicate to the profile that it should not let other profiles update its initial boundary conditions.
(Overrides ConfigurableProfileFreezeInitialConditions.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetProfileSegment
Get the time dynamic geometry of the profile after configuration.
(Overrides ConfigurableProfileGetProfileSegment.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also