Class BallPlacingBuilder
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Builder
Assembly: VMBldBallPlacing.dll
public class BallPlacingBuilder : BuilderNamed<ballplacing>, IBuilder
Inheritance
object ←
BuilderBase
Implements
IBuilder
Inherited Members
BuilderNamed
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
BallPlacingBuilder()
public BallPlacingBuilder()
Properties
InitRadius
public Variable InitRadius { get; set; }
Property Value
Variable
InputArray
public string[] InputArray { get; set; }
Property Value
string[]
NumberOfBall
public Variable NumberOfBall { get; set; }
Property Value
Variable
Path
public string Path { get; set; }
Property Value
PathType
public string PathType { get; set; }
Property Value
Methods
OnPostBuild(ObjectBase, Document)
protected override bool OnPostBuild(ObjectBase created, Document doc)
Parameters
created ObjectBase
doc Document
Returns
Validate(IList)
public override bool Validate(IList<string> lstErrorMessage)
Parameters
lstErrorMessage IListstring>