<!--
{
  "availability" : [
    "visionOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ARKit",
  "identifier" : "/documentation/ARKit/ReferenceImage/resourceGroupName",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "ARKit"
    ],
    "preciseIdentifier" : "s:5ARKit14ReferenceImageV17resourceGroupNameSSSgvp"
  },
  "title" : "resourceGroupName"
}
-->

# resourceGroupName

A string value the represents the name of the resource group the framework loads an image from.

```
var resourceGroupName: String? { get }
```

## Discussion

The property contains a value only if the framework loads a reference image from a resource group. Otherwise, it’s `nil`.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)