    

 ## On this page

  

 

 # Struct FEElement

 Last update: 16.07.2025 

Namespace: [VM.Models.FE.Utilities](VM.Models.FE.Utilities.md)  
Assembly: VM.Models.FE.Utilities.dll

```csharp
public struct FEElement

```

## Properties

### <a id="VM_Models_FE_Utilities_FEElement_ID"></a> ID

```csharp
public uint ID { readonly get; set; }

```

#### Property Value

[uint](https://learn.microsoft.com/dotnet/api/system.uint32)

### <a id="VM_Models_FE_Utilities_FEElement_NodeSequences"></a> NodeSequences

```csharp
public uint[] NodeSequences { readonly get; set; }

```

#### Property Value

[uint](https://learn.microsoft.com/dotnet/api/system.uint32)\[\]

### <a id="VM_Models_FE_Utilities_FEElement_PropertySequence"></a> PropertySequence

```csharp
public uint PropertySequence { readonly get; set; }

```

#### Property Value

[uint](https://learn.microsoft.com/dotnet/api/system.uint32)