Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Attribute Class / Attribute Constructor / Attribute Constructor(Double,Double,Double,String,String,Double)
The attribute tag
The attribute value

In This Topic
    Attribute Constructor(Double,Double,Double,String,String,Double)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal x As Double, _
       ByVal y As Double, _
       ByVal z As Double, _
       ByVal tag As String, _
       ByVal value As String, _
       ByVal height As Double _
    )
    public Attribute( 
       double x,
       double y,
       double z,
       string tag,
       string value,
       double height
    )

    Parameters

    x
    y
    z
    tag
    The attribute tag
    value
    The attribute value
    height
    See Also