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

In This Topic
    AttributeReference Constructor(Double,Double,Double,String,Double)
    In This Topic
    Individual coordinates constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal x As Double, _
       ByVal y As Double, _
       ByVal z As Double, _
       Optional ByVal value As String, _
       Optional ByVal height As Double _
    )
    public AttributeReference( 
       double x,
       double y,
       double z,
       string value,
       double height
    )

    Parameters

    x
    Insertion point X-coordinate (determines the Plane origin)
    y
    Insertion point X-coordinate (determines the Plane origin)
    z
    Insertion point X-coordinate (determines the Plane origin)
    value
    Value text
    height
    Text height
    See Also