    

 ## On this page

  

 

 #  Class Current

 Last update: 16.07.2025 

Namespace: [VM.Managed.DAFUL.Track](VM.Managed.DAFUL.Track.md)  
Assembly: VMDTrackBase.dll

This class is to represent the current.

```csharp
public class Current : LinkContainer, IObservableObject, IDisposableObject, ILinkable, IObject, ILinkContainer, IOwned, IHasID, IEventProvider, ILinkContainerEvent, IVerifiable

```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ← ObservableObject ← LinkableBase ← LinkContainer ← [Current](VM.Managed.DAFUL.Track.Current.md)

#### Implements

IObservableObject, IDisposableObject, ILinkable, IObject, ILinkContainer, IOwned, IHasID, IEventProvider, ILinkContainerEvent, IVerifiable

#### Inherited Members

LinkContainer.SetModified(), LinkContainer.raise\_OnUpdating(object, LinkEventArgs), LinkContainer.raise\_OnUpdate(object, LinkEventArgs), LinkContainer.raise\_OnDestroying(object, LinkEventArgs), LinkContainer.raise\_OnDestroy(object, LinkEventArgs), LinkContainer.raise\_OnAdded(object, AddToDocEventArgs), LinkContainer.raise\_OnRemoved(object, RemoveFromDocEventArgs), LinkContainer.GetTargetListForUpdate(), LinkContainer.SkipUpdateObjectImpl(), LinkContainer.Initialize(Unit.ConvertFactor), LinkContainer.SetFlagWhenXMLFile(string, bool), LinkContainer.IsSerializableEvent(Delegate), LinkContainer.CustomGetObjectData(SerializationInfo, StreamingContext), LinkContainer.GetSerializedData(SerializationInfo, StreamingContext), LinkContainer.LinkRequestUpdating(object, LinkEventArgs), LinkContainer.LinkRequestUpdate(object, LinkEventArgs), LinkContainer.LinkRequestDestroying(object, LinkEventArgs), LinkContainer.LinkRequestDestroy(object, LinkEventArgs), LinkContainer.LinkAddedToDocument(object, AddToDocEventArgs), LinkContainer.LinkRemovedFromDocument(object, RemoveFromDocEventArgs), LinkContainer.OnLinkReserved(ILink, object, EventArgs), LinkContainer.CanBeDestroy(object), LinkContainer.DisposeManagedResources(), LinkContainer.SetContainer(IOwned, bool), LinkContainer.OnChildUpdated(object, LinkEventArgs), LinkContainer.OnContainerDestroy(object, LinkEventArgs), LinkContainer.OnDeserialization(object), LinkContainer.Verify(VerifiedResult), LinkContainer.GetCopy(object), LinkContainer.Dispose(bool), LinkContainer.ClearChildInfoBeforeDeserialize, LinkContainer.Container, LinkContainer.Owner, LinkContainer.Document, LinkContainer.ID, LinkContainer.IsChildExternable, LinkContainer.IsExternable, LinkContainer.OnRemoved, LinkContainer.OnAdded, LinkContainer.OnDestroy, LinkContainer.OnDestroying, LinkContainer.OnUpdate, LinkContainer.OnUpdating, LinkableBase.OnDeserialization(object), ObservableObject.Dispose(), ObservableObject.RaisePropertyChanged(string), ObservableObject.RaisePropertyChanged(string, object, object), ObservableObject.Dispose(bool), ObservableObject.DisposeManagedResources(), ObservableObject.DisposeUnmanagedResources(), ObservableObject.IsDisposed, ObservableObject.TryDisposing, ObservableObject.Disposed, ObservableObject.Disposing, ObservableObject.PropertyChanged

#### Extension Methods

[LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType)](VM.Models.Pre.Cache.LinkPropertyItemCache.md#VM_Models_Pre_Cache_LinkPropertyItemCache_GetLinkProperties_System_Object_VM_Models_Pre_LinkPropertyType_), [LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType)](VM.Models.Pre.Cache.LinkPropertyItemCache.md#VM_Models_Pre_Cache_LinkPropertyItemCache_GetLinkPropertiesAndValues_System_Object_VM_Models_Pre_LinkPropertyType_), [LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType)](VM.Models.Pre.Cache.LinkPropertyItemCache.md#VM_Models_Pre_Cache_LinkPropertyItemCache_GetLinkedObjects__1_System_Object_VM_Models_Pre_LinkPropertyType_)

## Constructors

### <a id="VM_Managed_DAFUL_Track_Current__ctor"></a> Current()

Initializes a new instance of the  class.

```csharp
public Current()

```

## Properties

### <a id="VM_Managed_DAFUL_Track_Current_FirstX"></a> FirstX

Gets or sets the First X.

```csharp
public ExpressionValueVariable FirstX { get; set; }

```

#### Property Value

ExpressionValueVariable

#### Exceptions

[Exception](https://learn.microsoft.com/dotnet/api/system.exception)

First X is null.

### <a id="VM_Managed_DAFUL_Track_Current_FirstY"></a> FirstY

Gets or sets the First Y.

```csharp
public ExpressionValueVariable FirstY { get; set; }

```

#### Property Value

ExpressionValueVariable

#### Exceptions

[Exception](https://learn.microsoft.com/dotnet/api/system.exception)

First Y is null.

### <a id="VM_Managed_DAFUL_Track_Current_LastX"></a> LastX

Gets or sets the Last X.

```csharp
public ExpressionValueVariable LastX { get; set; }

```

#### Property Value

ExpressionValueVariable

#### Exceptions

[Exception](https://learn.microsoft.com/dotnet/api/system.exception)

Last X is null.

### <a id="VM_Managed_DAFUL_Track_Current_LastY"></a> LastY

Gets or sets the Last Y.

```csharp
public ExpressionValueVariable LastY { get; set; }

```

#### Property Value

ExpressionValueVariable

#### Exceptions

[Exception](https://learn.microsoft.com/dotnet/api/system.exception)

Last Y is null.

### <a id="VM_Managed_DAFUL_Track_Current_WaveXVelocityData"></a> WaveXVelocityData

Gets or sets the wave x velocity data.

```csharp
public WaveVelocityData[] WaveXVelocityData { get; set; }

```

#### Property Value

[WaveVelocityData](VM.Managed.DAFUL.Track.WaveVelocityData.md)\[\]

### <a id="VM_Managed_DAFUL_Track_Current_WaveYVelocityData"></a> WaveYVelocityData

Gets or sets the wave y velocity data.

```csharp
public WaveVelocityData[] WaveYVelocityData { get; set; }

```

#### Property Value

[WaveVelocityData](VM.Managed.DAFUL.Track.WaveVelocityData.md)\[\]

### <a id="VM_Managed_DAFUL_Track_Current_XVelocityType"></a> XVelocityType

X Velocity Type

```csharp
public Current.VelocityType XVelocityType { get; set; }

```

#### Property Value

[Current](VM.Managed.DAFUL.Track.Current.md).[VelocityType](VM.Managed.DAFUL.Track.Current.VelocityType.md)

### <a id="VM_Managed_DAFUL_Track_Current_YVelocityType"></a> YVelocityType

Y Velocity Type

```csharp
public Current.VelocityType YVelocityType { get; set; }

```

#### Property Value

[Current](VM.Managed.DAFUL.Track.Current.md).[VelocityType](VM.Managed.DAFUL.Track.Current.VelocityType.md)

## Methods

### <a id="VM_Managed_DAFUL_Track_Current_Initialize_VM_Unit_ConvertFactor_"></a> Initialize(ConvertFactor)

Initializes member through unit convert factor.

```csharp
public override void Initialize(Unit.ConvertFactor factor)

```

#### Parameters

`factor` Unit.ConvertFactor

The unit convert factor.