MeasureMethod Enumeration |
Measure method
Namespace:
StreetSmart.WinForms.Interfaces.GeoJson
Assembly:
StreetSmart.WinForms (in StreetSmart.WinForms.dll) Version: 18.5.0.0 (18.5.0.0)
Syntaxpublic enum MeasureMethod
Public Enumeration MeasureMethod
public enum class MeasureMethod
Members
| Member name | Value | Description |
---|
| DepthMap | 1 |
Measure using depth map (in marketing terms: Measure Smart)
|
| SmartClick | 2 |
Measure using Smart Click
|
| AutoFocus | 3 |
Measure using Auto Focus
|
| ForwardIntersection | 4 |
Measure using manual forward intersection
|
See Also