IStreetSmartAPIStartMeasurementMode Method |
Starts the measurement
Namespace:
StreetSmart.WinForms.Interfaces
Assembly:
StreetSmart.WinForms (in StreetSmart.WinForms.dll) Version: 18.3.0.0 (18.3.0.0)
Syntaxvoid StartMeasurementMode(
IPanoramaViewer viewer,
IMeasurementOptions options
)
Sub StartMeasurementMode (
viewer As IPanoramaViewer,
options As IMeasurementOptions
)
void StartMeasurementMode(
IPanoramaViewer^ viewer,
IMeasurementOptions^ options
)
abstract StartMeasurementMode :
viewer : IPanoramaViewer *
options : IMeasurementOptions -> unit
Parameters
- viewer
- Type: StreetSmart.WinForms.InterfacesIPanoramaViewer
Panorama viewer for start the measurement inside - options
- Type: StreetSmart.WinForms.InterfacesIMeasurementOptions
Measurement options
See Also