Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / AttributeReference Class / AttributeReference Constructor / AttributeReference Constructor(Point3D,String,Double)
Insertion point (determines the Plane origin)
Value text
Text height

In This Topic
    AttributeReference Constructor(Point3D,String,Double)
    In This Topic
    Constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal insPoint As Point3D, _
       ByVal value As String, _
       ByVal height As Double _
    )
    public AttributeReference( 
       Point3D insPoint,
       string value,
       double height
    )

    Parameters

    insPoint
    Insertion point (determines the Plane origin)
    value
    Value text
    height
    Text height
    See Also