targetScale property
The viewpoint's target scale, if the Viewpoint.viewpointType is ViewpointType.centerAndScale.
Implementation
double get targetScale {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_Viewpoint_getTargetScale(_handle, errorHandler);
});
}