parentLayerId property
The sublayer's parent id.
The sublayer parent id. Will return -1 if an error occurs or if the sublayer has no parent.
Implementation
int get parentLayerId {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_MapServiceLayerIdInfo_getParentLayerId(
_handle, errorHandler);
});
}