| ShapeFactoryCreateLead Method  | 
 
            Create a new instance of the leader.
            
 
    Namespace: 
   RootPro.RootProCAD
    Assembly:
   RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
 Syntax
Syntaxpublic abstract LeadShape CreateLead(
	string text,
	Point2d[] points
)
Public MustOverride Function CreateLead ( 
	text As String,
	points As Point2d()
) As LeadShape
Parameters
- text
- Type: SystemString
 Leader character
- points
- Type: RootPro.RootProCAD.GeometryPoint2d
 An array of Point2d representing the coordinates of the point sequence of the leader line.
Return Value
Type: 
LeadShape representing the shape of the leader 
 LeadShape  See Also
See Also