BlockReference(Double, Double, Double, String, Double) Constructor

Individual insertion point coordinates constructor.
Public Sub New( _ 
ByVal x As Double, _ 
ByVal y As Double, _ 
ByVal z As Double, _ 
ByVal blockName As String, _ 
ByVal rotationAngleInRadians As Double
)
This language is not supported or no code example is available.
public BlockReference( 
double x
double y
double z
string blockName
double rotationAngleInRadians 
)
This language is not supported or no code example is available.

Parameters

x
double

Insertion point's X coordinates

y
double

Insertion point's Y coordinates

z
double

Insertion point's Z coordinates

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