npos static method
Returns a value indicating a bad index.
Return Value: A size_t.
Implementation
static int npos() {
_initializeArcGISEnvironmentIfNeeded();
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_ProximityResult_npos(errorHandler);
});
}