Skip to main content

Motion Standalone Preprocessor C# library 2025 R1

Class IconInfo

Last update: 16.07.2025

Namespace: VM.CAD.Kernel.Render
Assembly: VM.CAD.Kernel.dll

This class is to represent the icon information.

public class IconInfo

Inheritance

objectIconInfo

Extension Methods

LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType), LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType), LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType)

Constructors

IconInfo()

public IconInfo()

Properties

Key

Gets or sets the draw object's key.

public string Key { get; set; }

Property Value

string

Scale

Gets or sets the draw sacle.

public double Scale { get; set; }

Property Value

double

Transforms

Gets or sets the draw object's transformation.

public TMatrix[] Transforms { get; set; }

Property Value

TMatrix[]

Type

Gets or sets the draw object's type.

public string Type { get; set; }

Property Value

string

Connect with Ansys