    

 ## On this page

  

 

 #  Class IconInfo

 Last update: 16.07.2025 

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

This class is to represent the icon information.

```csharp
public class IconInfo

```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ← [IconInfo](VM.CAD.Kernel.Render.IconInfo.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_Render_IconInfo__ctor"></a> IconInfo()

```csharp
public IconInfo()

```

## Properties

### <a id="VM_CAD_Kernel_Render_IconInfo_Key"></a> Key

Gets or sets the draw object's key.

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

```

#### Property Value

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

### <a id="VM_CAD_Kernel_Render_IconInfo_Scale"></a> Scale

Gets or sets the draw sacle.

```csharp
public double Scale { get; set; }

```

#### Property Value

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

### <a id="VM_CAD_Kernel_Render_IconInfo_Transforms"></a> Transforms

Gets or sets the draw object's transformation.

```csharp
public TMatrix[] Transforms { get; set; }

```

#### Property Value

TMatrix\[\]

### <a id="VM_CAD_Kernel_Render_IconInfo_Type"></a> Type

Gets or sets the draw object's type.

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

```

#### Property Value

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