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

3D insertion point and scale constructor.
Public Sub New( _ 
ByVal insPoint As Point3D, _ 
ByVal blockName As String, _ 
ByVal sx As Double, _ 
ByVal sy As Double, _ 
ByVal sz As Double, _ 
ByVal rotationAngleInRadians As Double
)
This language is not supported or no code example is available.
public BlockReference( 
Point3D insPoint
string blockName
double sx
double sy
double sz
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

sx
double

Scale factor along X axis

sy
double

Scale factor along Y axis

sz
double

Scale factor along Z axis

rotationAngleInRadians
double

Rotation angle in radians

.NET Framework

Supported in: 4.8

In this article

Definition