Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / BlockReference Class / BlockReference Constructor / BlockReference Constructor(Point3D,String,Double)
Insertion point
The name of the devDept.Eyeshot.Block to be inserted
Rotation angle in radians

In This Topic
    BlockReference Constructor(Point3D,String,Double)
    In This Topic
    3D insertion point constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal insPoint As Point3D, _
       ByVal blockName As String, _
       ByVal rotationAngleInRadians As Double _
    )
    public BlockReference( 
       Point3D insPoint,
       string blockName,
       double rotationAngleInRadians
    )

    Parameters

    insPoint
    Insertion point
    blockName
    The name of the devDept.Eyeshot.Block to be inserted
    rotationAngleInRadians
    Rotation angle in radians
    See Also