====== ThinkGeo.MapSuite.Routing.Segment ====== ===== Inheritance Hierarchy ===== *System.Object *System.Collections.Generic.Comparer`1[[ThinkGeo.MapSuite.Routing.Segment, ThinkGeo.MapSuite.Routing, Version=10.0.0.0, Culture=neutral, PublicKeyToken=0828af5241fb4207]] ***ThinkGeo.MapSuite.Routing.Segment** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} Segment() ** * //N/A// == Remarks == * //N/A// == Parameters ==
** {{wiki:PublicMethod.gif|}} Segment(Segment,String,Single,Single,Single) ** * //N/A// == Remarks == * //N/A// == Parameters == * //parentNode// * Type:[[ThinkGeo.MapSuite.Routing.Segment|Segment]] * Description:N/A * //id// * Type:String * Description:N/A * //pathCost// * Type:Single * Description:N/A * //totalCost// * Type:Single * Description:N/A * //length// * Type:Single * Description:N/A
==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} Compare(Segment,Segment) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters == * //x// * Type:[[ThinkGeo.MapSuite.Routing.Segment|Segment]] * Description:N/A * //y// * Type:[[ThinkGeo.MapSuite.Routing.Segment|Segment]] * Description:N/A
** {{wiki:PublicMethod.gif|}} ToString() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Equals(Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A
** {{wiki:PublicMethod.gif|}} GetHashCode() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * Description:N/A == Parameters ==
===== Protected Methods ===== ** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters ==
==== Public Properties ==== ** {{wiki:PublicProperty.gif|}} IsStartCapNode ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} Length ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Single ** {{wiki:PublicProperty.gif|}} ParentNode ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Routing.Segment|Segment]] ** {{wiki:PublicProperty.gif|}} Id ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String ** {{wiki:PublicProperty.gif|}} PathCost ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Single ** {{wiki:PublicProperty.gif|}} TotalCost ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Single ==== Protected Properties ==== ==== Public Events ====