Return Value
The file path or service uri. Returns an empty string if no
path or service uri can be found.
| Exception | Description |
|---|---|
| ArcGIS.Core.CalledOnWrongThreadException | This method or property must be called within the lambda passed to QueuedTask.Run. |
{
//will be a path for a file-based kg otherwise it will be a service uri
kgLayer.GetPathOrServiceUri();
}
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)