Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / BlockReference Class / BlockReference Constructor / BlockReference Constructor(Double,Double,Double,String,linearUnitsType,BlockKeyedCollection,Double)
Insertion point's X coordinates
Insertion point's Y coordinates
Insertion point's Z coordinates
The name of the devDept.Eyeshot.Block to be inserted
The units to scale inserted content
The Blocks collection
Rotation angle in radians

In This Topic
    BlockReference Constructor(Double,Double,Double,String,linearUnitsType,BlockKeyedCollection,Double)
    In This Topic
    Individual insertion point coordinates and units constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal x As Double, _
       ByVal y As Double, _
       ByVal z As Double, _
       ByVal blockName As String, _
       ByVal globalUnits As linearUnitsType, _
       ByVal blocks As BlockKeyedCollection, _
       ByVal rotationAngleInRadians As Double _
    )
    public BlockReference( 
       double x,
       double y,
       double z,
       string blockName,
       linearUnitsType globalUnits,
       BlockKeyedCollection blocks,
       double rotationAngleInRadians
    )

    Parameters

    x
    Insertion point's X coordinates
    y
    Insertion point's Y coordinates
    z
    Insertion point's Z coordinates
    blockName
    The name of the devDept.Eyeshot.Block to be inserted
    globalUnits
    The units to scale inserted content
    blocks
    The Blocks collection
    rotationAngleInRadians
    Rotation angle in radians
    See Also