Class ColorTie
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Builder.MeshFree.Contact
Assembly: VMBldMeshFree.dll
public class ColorTie : BuilderNamed<tie>, IBuilder
Inheritance
object ←
BuilderBase
Implements
IBuilder
Inherited Members
BuilderNamed
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
ColorTie()
public ColorTie()
Properties
ColorArray
public string[] ColorArray { get; set; }
Property Value
string[]
ColorArray2
public string[] ColorArray2 { get; set; }
Property Value
string[]
Connectable
public ObjectBase Connectable { get; }
Property Value
ObjectBase
Connectable2
public ObjectBase Connectable2 { get; }
Property Value
ObjectBase
Methods
OnPostBuild(ObjectBase, Document)
protected override bool OnPostBuild(ObjectBase obCreated, Document doc)
Parameters
obCreated ObjectBase
doc Document
Returns
Validate(IList)
public override bool Validate(IList<string> lstErrorMessage)
Parameters
lstErrorMessage IListstring>