BlockReference(Point3D, String, Double) Constructor

3D insertion point constructor.
Public Sub New( _ 
ByVal insPoint As Point3D, _ 
ByVal blockName As String, _ 
ByVal rotationAngleInRadians As Double
)
This language is not supported or no code example is available.
public BlockReference( 
Point3D insPoint
string blockName
double rotationAngleInRadians 
)
This language is not supported or no code example is available.

Parameters

insPoint
Point3D

Insertion point

blockName
string

The name of the Block to be inserted

rotationAngleInRadians
double

Rotation angle in radians

.NET Framework

Supported in: 4.8

In this article

Definition