Skip to main content

Motion Standalone Preprocessor C# library 2025 R1

Struct KeyInfo

Last update: 16.07.2025

Namespace: VM.CAD.Builders
Assembly: VM.CAD.Builders.dll

Struct contains the key vlaue

public struct KeyInfo

Properties

Key

Key of the geometry

public string Key { readonly get; set; }

Property Value

string

Operators

implicit operator KeyInfo(UIntPtr)

Implicit operator to convert key to class

public static implicit operator KeyInfo(UIntPtr key)

Parameters

key UIntPtr

The key to convert.

Returns

KeyInfo

implicit operator UIntPtr(KeyInfo)

Implicit operator to convert class to key

public static implicit operator UIntPtr(KeyInfo keyInfo)

Parameters

keyInfo KeyInfo

The to convert.

Returns

UIntPtr

Connect with Ansys