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

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

    Parameters

    pln
    Orientation plane
    insPoint
    Insertion point (determines the Plane origin)
    value
    Text
    height
    Text height
    See Also