# Struct RfidMeasurement
Namespace: [Aeon.Environment](Aeon.Environment.md)
Assembly: Aeon.Environment.dll
```csharp
public struct RfidMeasurement
```
#### Inherited Members
[object.ToString\(\)](https://learn.microsoft.com/dotnet/api/system.object.tostring),
[object.Equals\(object\)](https://learn.microsoft.com/dotnet/api/system.object.equals\#system\-object\-equals\(system\-object\)),
[object.Equals\(object, object\)](https://learn.microsoft.com/dotnet/api/system.object.equals\#system\-object\-equals\(system\-object\-system\-object\)),
[object.ReferenceEquals\(object, object\)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals),
[object.GetHashCode\(\)](https://learn.microsoft.com/dotnet/api/system.object.gethashcode),
[object.GetType\(\)](https://learn.microsoft.com/dotnet/api/system.object.gettype)
## Constructors
### RfidMeasurement\(Point2f, ulong\)
```csharp
public RfidMeasurement(Point2f location, ulong tagId)
```
#### Parameters
`location` Point2f
`tagId` [ulong](https://learn.microsoft.com/dotnet/api/system.uint64)
## Fields
### Location
```csharp
public Point2f Location
```
#### Field Value
Point2f
### TagId
```csharp
public ulong TagId
```
#### Field Value
[ulong](https://learn.microsoft.com/dotnet/api/system.uint64)
## Methods
### ToString\(\)
Returns the fully qualified type name of this instance.
```csharp
public override readonly string ToString()
```
#### Returns
[string](https://learn.microsoft.com/dotnet/api/system.string)
The fully qualified type name.