AttributeBase(Plane, Point3D, String, Double) Constructor

3D point and plane constructor.
Public Sub New( _ 
ByVal pln As Plane, _ 
ByVal insPoint As Point3D, _ 
ByVal text As String, _ 
ByVal height As Double
)
This language is not supported or no code example is available.
public AttributeBase( 
Plane pln
Point3D insPoint
string text
double height 
)
This language is not supported or no code example is available.

Parameters

pln
Plane

Orientation plane

insPoint
Point3D

Insertion point

text
string

Text

height
double

Text height

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition