Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot Namespace / AttributeReference Class / InsertionPoint Property

In This Topic
    InsertionPoint Property (AttributeReference)
    In This Topic
    Gets or sets the insertion point, (it corresponds to the Plane origin).
    Syntax
    'Declaration
     
    Public Property InsertionPoint As Point3D
    public Point3D InsertionPoint {get; set;}
    See Also