Skip to main content

Motion Standalone Preprocessor C# library 2025 R1

Class ITemplateObjectImpl

Last update: 16.07.2025

Namespace: VM.Managed
Assembly: VMAppCore.dll

This class is to represent the read and writes variable for template.

public class ITemplateObjectImpl

Inheritance

objectITemplateObjectImpl

Extension Methods

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

Constructors

ITemplateObjectImpl()

public ITemplateObjectImpl()

Methods

ReadVariable(string, Variable, XmlReader, bool)

Reads the variable.

public static Tuple<bool double> ReadVariable(string strName, Variable var, XmlReader reader, bool bParameterized)

Parameters

strName string

Name of the variable.

var Variable

The variable.

reader XmlReader

The reader.

bParameterized bool

if set to true parameterized.

Returns

Tuplebool, double&gt;

true if the specified value is change; otherwise, false.

WriteVariable(string, Variable, XmlWriter, bool)

Writes the variable.

public static void WriteVariable(string strName, Variable var, XmlWriter writer, bool bParameterized)

Parameters

strName string

Name of the variable.

var Variable

The variable.

writer XmlWriter

The writer.

bParameterized bool

if set to true parameterized.

Connect with Ansys