HI,
I am trying to connect a Leader to the DVLine object in Drawing View using following method,
All the entities in Drawing view are starting with DV like DVLine, DVArc, DvCircle etc.
objLeader = objLeaders.AddByConnect(Object, X1, Y1, 0,False , X2, Y2, 0)
Here i am passing object as,
Dim DVline As SolidEdgeDraft.DVLine2d
X1,Y1 as Leader connect
X2,Y2 as end point of DVLine
I observed that Leader does not connect to DVLine but take some
Arbitrary vague point (Not the end point of DVLIne)
I checked it with the Normal line as,
Dim objLine As SolidEdgeFrameworkSupport.Line2d
It gets connected properly.
Can anybody tell me what is wrong with it ?
Ravindra.