ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
<!– Class –> This class represents the parameters passed out through the BuildingRoutingData event.
This class represents the parameters passed out through the BuildingRoutingData event.
*System.Object System.EventArgs *ThinkGeo.MapSuite.Routing.BuildingRoutingDataRtgRoutingSourceEventArgs
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | This is the default constructor. | ||
![]() | RouteSegment, LineShape | This is the constructor that passed the routeSegment. |
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | Object | |
![]() | Object | ||
![]() | Object | ||
![]() | Object |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | ||
![]() | Object |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | Boolean | Gets or sets the value that represents whether the building data is cancelled. The default value is false. | |
![]() | LineShape | Gets or sets the value that represents the current lineShape during build. | |
![]() | RouteSegment | Gets or sets the value that represents the current routeSegment during route. |
Name | Return | DeclaringType | Summary |
---|
Name | Event Arguments | DeclaringType | Summary |
---|
This is the default constructor.
This is the default constructor.
Name | Type | Description |
---|
This is the constructor that passed the routeSegment.
This is the constructor that passed the routeSegment.
Name | Type | Description |
---|---|---|
routeSegment | RouteSegment<!– ThinkGeo.MapSuite.Routing.RouteSegment –> | The routeSegment that you want pass out by event. |
lineShape | LineShape<!– ThinkGeo.MapSuite.Core.LineShape –> | The lineShape that you want pass out by event. |
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.BuildingRoutingDataRtgRoutingSourceEventArgs#Equals.28Object.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.BuildingRoutingDataRtgRoutingSourceEventArgs#Equals.28Object.29</a>
Return Type | Description |
---|---|
Boolean<!– System.Boolean –> |
Name | Type | Description |
---|---|---|
obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.BuildingRoutingDataRtgRoutingSourceEventArgs#GetHashCode.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.BuildingRoutingDataRtgRoutingSourceEventArgs#GetHashCode.28.29</a>
Return Type | Description |
---|---|
Int32<!– System.Int32 –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.BuildingRoutingDataRtgRoutingSourceEventArgs#GetType.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.BuildingRoutingDataRtgRoutingSourceEventArgs#GetType.28.29</a>
Return Type | Description |
---|---|
Type<!– System.Type –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.BuildingRoutingDataRtgRoutingSourceEventArgs#ToString.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.BuildingRoutingDataRtgRoutingSourceEventArgs#ToString.28.29</a>
Return Type | Description |
---|---|
String<!– System.String –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.BuildingRoutingDataRtgRoutingSourceEventArgs#Finalize.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.BuildingRoutingDataRtgRoutingSourceEventArgs#Finalize.28.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.BuildingRoutingDataRtgRoutingSourceEventArgs#MemberwiseClone.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.BuildingRoutingDataRtgRoutingSourceEventArgs#MemberwiseClone.28.29</a>
Return Type | Description |
---|---|
Object<!– System.Object –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Gets or sets the value that represents whether the building data is cancelled. The default value is false.
If you set the value to true, it will cancel building routing data.
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.Routing.BuildingRoutingDataRtgRoutingSourceEventArgs –> Go Back
Gets or sets the value that represents the current lineShape during build.
The default value is null if you call the default constructor.
Return Type |
---|
LineShape<!– ThinkGeo.MapSuite.Core.LineShape –> |
<!– ThinkGeo.MapSuite.Routing.BuildingRoutingDataRtgRoutingSourceEventArgs –> Go Back
Gets or sets the value that represents the current routeSegment during route.
The default value is null if you call the default constructor.
Return Type |
---|
RouteSegment<!– ThinkGeo.MapSuite.Routing.RouteSegment –> |
<!– ThinkGeo.MapSuite.Routing.BuildingRoutingDataRtgRoutingSourceEventArgs –> Go Back