Click or drag to resize

ConfigurableSurfaceProcedure Methods

The ConfigurableSurfaceProcedure type exposes the following members.

Methods
  NameDescription
Public methodConfigureEntry
Given the list of connections, configure the previous connection as it enters this procedure. Ensure that the connection is continuous in both position and heading. Note that the incoming heading may have changed in between evaluations if other procedures are configuring the same connection. The procedure is responsible for providing an entry arc which accounts for this change.
Public methodConfigureExit
Given the list of connections, configure the next connection as it leaves this procedure. Ensure that the connection is continuous in both position and heading. Note that the outgoing heading may have changed in between evaluations if other procedures are configuring the same connection. The procedure is responsible for providing an exit arc which accounts for this change.
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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetSurfaceSegment
Create an immutable SurfaceSegment representing the geometry of this procedure, including any entry and exit arcs prior to the connections.
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