Class BuilderParamUserDefined
Last update: 16.07.2025Namespace: VM.CAD.Builders
Assembly: VM.CAD.Builders.dll
User-defined builder paramter
public class BuilderParamUserDefined : BuilderParamBase
Inheritance
object ← BuilderParamBase ← BuilderParamUserDefined
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
Constructors
BuilderParamUserDefined()
public BuilderParamUserDefined()
Properties
BuildXml
The xml-description of the bulder
public string BuildXml { get; set; }
Property Value
Methods
ToXmlString()
Generates xml string of the builder parameter.
public override string ToXmlString()
Returns
The builder parameter xml string.