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

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

    Parameters

    insPoint
    tag
    The tag
    value
    The attribute value
    height
    See Also