Eyeshot 11 WPF API Reference
WPF 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