This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
thinkgeo.mapsuite.silverlightcore.wkbbyteorder [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.silverlightcore.wkbbyteorder [2017/03/16 21:59] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ThinkGeo.MapSuite.SilverlightCore.WkbByteOrder ====== | ====== ThinkGeo.MapSuite.SilverlightCore.WkbByteOrder ====== | ||
| + | {{section>upgrade_map_suite_to_10.0}} | ||
| + | This enumeration represents the byte order that well-known binary will be written in. | ||
| + | == Remarks == | ||
| + | None | ||
| + | == Items == | ||
| + | **LittleEndian** | ||
| + | * **Summary**:The least significant byte value is at the lowest address. | ||
| - | <!-- Enumeration --> | + | **BigEndian** |
| - | ===== Items ===== | + | * **Summary**:The most significant byte value is at the lowest address. |
| - | ^ Name ^ Summary ^ | + | |
| - | | LittleEndian | | | + | |
| - | | BigEndian | | | + | |
| - | __NOTOC__ | ||
| - | [[Category:SilverlightMapSuiteCore]] | ||
| - | [[Category:ThinkGeo.MapSuite.SilverlightCore]] | ||
| - | [[Category:UpdateDocumentation]] | ||