wkid property

int wkid

The well-known ID or 0 if the transformation in this step does not have a well-known ID.

Occasionally, WKIDs may change, and an older code may be deprecated in favor of a new code. This property returns the new (latest) WKID code.

Implementation

int get wkid {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_HorizontalVerticalTransformationStep_getWKID(
        _handle, errorHandler);
  });
}