Skip to main content

Motion Standalone Preprocessor C# library 2025 R1

Class BuilderParamUserDefined

Last update: 16.07.2025

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

User-defined builder paramter

public class BuilderParamUserDefined : BuilderParamBase

Inheritance

objectBuilderParamBaseBuilderParamUserDefined

Inherited Members

BuilderParamBase.ToXmlString(), BuilderParamBase.FinalizeParameter(), BuilderParamBase.SetTypeName(), BuilderParamBase.Key, BuilderParamBase.TypeName, BuilderParamBase.Transparency

Extension Methods

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

Constructors

BuilderParamUserDefined()

public BuilderParamUserDefined()

Properties

BuildXml

The xml-description of the bulder

public string BuildXml { get; set; }

Property Value

string

Methods

ToXmlString()

Generates xml string of the builder parameter.

public override string ToXmlString()

Returns

string

The builder parameter xml string.

Connect with Ansys