Class BuilderParamBase
Last update: 16.07.2025Namespace: VM.CAD.Builders
Assembly: VM.CAD.Builders.dll
This class represents abstracts of bulider parameters
public abstract class BuilderParamBase
Inheritance
Derived
BuilderParamColorGeom, BuilderParamCopy, BuilderParamSheetThicken, BuilderParamUserDefined
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
BuilderParamBase()
Initializes a new instance of the
protected BuilderParamBase()
Properties
Key
Gets or sets the key.
public KeyInfo Key { get; set; }
Property Value
Transparency
Gets or sets the transparency information.
public TransparencyInfo Transparency { get; set; }
Property Value
TypeName
Gets or sets the type name.
public string TypeName { get; set; }
Property Value
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
The builder parameter xml string.