[VBA] [SS3] CreateLineElement2; CreateEllipseElement2; CreateTextElement1; CreateCellElement1

Good evening,

I am making some attempts to write code to practice VBA for MS. I have found many code examples on several sites and in many cases they call the following procedures:


CreateLineElement2 (myElement as Element, StartPt as Point3d, EndPt as Point3d) as LineElement;
CreateEllipseElement2 (Nothing; CenterPoint, 0.5, 2, myMatrix);
CreateTextElement1 (Nothing; "Example", myText, myMatrix);
CreateCellElement1 ("NewCell"; myLine, PositionPt).

I have not understood if these procedures are "standard" and therefore already present in the VBA Microstation code by activating some additional component.
Could anyone please help me?

Thanks a lot.

Regards,
Paul

Parents Reply Children
No Data