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

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

Parameters

pln
devDept.Geometry.Plane

insPoint
Point3D

tag
string

The tag

value
string

The attribute value

height
double

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition