Eyeshot 10 WinForms API Reference
AttributeReference Constructor(Double,Double,Double,String,Double)

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
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

Reference

AttributeReference Class
AttributeReference Members
Overload List