wkid property
The well-known ID for the unit, or 0 for a custom unit.
Implementation
int get wkid {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_Unit_getWKID(_handle, errorHandler);
});
}
The well-known ID for the unit, or 0 for a custom unit.
int get wkid {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_Unit_getWKID(_handle, errorHandler);
});
}