log.println("Testing with custom Property tester");
testProperty("LineStartName", LineTester) ;
}
public void _LineDash() {
LineDash aLineDash = new LineDash();
LineDash aLineDash2 = new LineDash();
aLineDash.DashLen = 5;
aLineDash2.DashLen = 1;
PropertyValue[] firstValue = new PropertyValue[2];
firstValue[0] = new PropertyValue();
firstValue[0].Name = "Name";