    

 ## On this page

  

 

 # Class Translate

 Last update: 16.07.2025 

Namespace: [VM.CAD.Kernel](VM.CAD.Kernel.md)  
Assembly: VM.CAD.Kernel.dll

This is a class for XmlSerialize when CADImport.

```csharp
public class Translate

```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ← [Translate](VM.CAD.Kernel.Translate.md)

#### 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_CAD_Kernel_Translate__ctor"></a> Translate()

```csharp
public Translate()

```

## Properties

### <a id="VM_CAD_Kernel_Translate_Environments"></a> Environments

```csharp
public Environments Environments { get; set; }

```

#### Property Value

[Environments](VM.CAD.Kernel.Environments.md)

### <a id="VM_CAD_Kernel_Translate_Export"></a> Export

```csharp
public Export Export { get; set; }

```

#### Property Value

[Export](VM.CAD.Kernel.Export.md)

### <a id="VM_CAD_Kernel_Translate_Filter"></a> Filter

```csharp
public Filter Filter { get; set; }

```

#### Property Value

[Filter](VM.CAD.Kernel.Filter.md)

### <a id="VM_CAD_Kernel_Translate_name"></a> name

```csharp
public string name { get; set; }

```

#### Property Value

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

### <a id="VM_CAD_Kernel_Translate_target"></a> target

```csharp
public string target { get; set; }

```

#### Property Value

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