SurfaceProcedureConnection Methods |
The SurfaceProcedureConnection type exposes the following members.
| Name | Description | |
|---|---|---|
| Configure |
Configure this connection based on its index in the given list of all connections in the route.
(Inherited from ConfigurableConnection.) | |
| 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.) | |
| GetComputationalWeight |
Get the computational weight associated with configuring this connection
with the previous and next procedure. A number larger than one will indicate to
the progress tracking system that the current connection takes more time
to configure than other connections.
(Inherited from ConfigurableConnection.) | |
| GetDependency |
Get the dependency for the connection indicating whether the previous or next connection
should be configured before this one.
(Inherited from ConfigurableConnection.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetHeading |
Get the heading at an arbitrary point along the connection, in radians.
(Overrides ConfigurableConnectionGetHeading(Double).) | |
| GetPoint |
Get the surface point along the connection at the given arc length.
(Overrides ConfigurableConnectionGetPoint(Double).) | |
| GetSurfaceSegment |
Create the surface geometry for the given connection.
(Overrides ConfigurableConnectionGetSurfaceSegment.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SetPoints |
Set the initial and final points of the connection segment.
(Overrides ConfigurableConnectionSetPoints(Cartographic, Cartographic).) | |
| SetStart |
Set the initial point of the connection segment.
(Overrides ConfigurableConnectionSetStart(Cartographic).) | |
| SetStop |
Set the final point of the connection segment.
(Overrides ConfigurableConnectionSetStop(Cartographic).) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |