Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / BlockReference Class / InsertionPoint Property

In This Topic
    InsertionPoint Property (BlockReference)
    In This Topic
    Gets or sets the insertion point for this block reference.
    Syntax
    'Declaration
     
    Public Property InsertionPoint As Point3D
    public Point3D InsertionPoint {get; set;}
    See Also