AttributeReference(devDept.Geometry.Plane, Point3D, String, Double) Constructor

Constructor.
Public Sub New( _ 
ByVal pln As devDept.Geometry.Plane, _ 
ByVal insPoint As Point3D, _ 
ByVal value As String, _ 
ByVal height As Double
)
This language is not supported or no code example is available.
public AttributeReference( 
devDept.Geometry.Plane pln
Point3D insPoint
string value
double height 
)
This language is not supported or no code example is available.

Parameters

pln
devDept.Geometry.Plane

Orientation plane

insPoint
Point3D

Insertion point (determines the Plane origin)

value
string

Text

height
double

Text height

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition