This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
thinkgeo.mapsuite.core.startingpoint [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.core.startingpoint [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.Core.StartingPoint ====== | ====== ThinkGeo.MapSuite.Core.StartingPoint ====== | ||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
- | |||
- | <!-- Enumeration --> | ||
An enumeration describing the place to start on a line when doing certain operations. | An enumeration describing the place to start on a line when doing certain operations. | ||
- | === Remarks === | + | == Remarks == |
Certain kinds of mathematical line operations need to know if the operation will start at the beginning or the end of the line. Whenever this is the case, you'll need to use this enumeration. | Certain kinds of mathematical line operations need to know if the operation will start at the beginning or the end of the line. Whenever this is the case, you'll need to use this enumeration. | ||
- | ===== Items ===== | + | == Items == |
- | ^ Name ^ Summary ^ | + | **FirstPoint** |
- | | FirstPoint | The first point of the line. | | + | * **Summary**:The first point of the line. |
- | | LastPoint | The last point of the line. | | + | |
+ | **LastPoint** | ||
+ | * **Summary**:The last point of the line. | ||
- | __NOTOC__ | ||
- | [[Category:MapSuiteCore]] | ||
- | [[Category:ThinkGeo.MapSuite.Core]] | ||