Skip to main content

Motion Standalone Preprocessor C# library 2025 R2

Class BuilderParamBase

Last update: 16.07.2025

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

This class represents abstracts of bulider parameters

public abstract class BuilderParamBase

Inheritance

objectBuilderParamBase

Derived

BuilderParamColorGeom, BuilderParamCopy, BuilderParamSheetThicken, BuilderParamUserDefined

Extension Methods

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

Constructors

BuilderParamBase()

Initializes a new instance of the class.

protected BuilderParamBase()

Properties

Key

Gets or sets the key.

public KeyInfo Key { get; set; }

Property Value

KeyInfo

Transparency

Gets or sets the transparency information.

public TransparencyInfo Transparency { get; set; }

Property Value

TransparencyInfo

TypeName

Gets or sets the type name.

public string TypeName { get; set; }

Property Value

string

Methods

FinalizeParameter()

Finalize additional parameter setup.

public virtual void FinalizeParameter()

SetTypeName()

Set type name based on type of builder parameter.

protected void SetTypeName()

ToXmlString()

Generates xml string of the builder parameter.

public virtual string ToXmlString()

Returns

string

The builder parameter xml string.

Connect with Ansys