BlockReference(Double, Double, Double, String, linearUnitsType, BlockKeyedCollection, Double) Constructor

Individual insertion point coordinates and units constructor.
Public Sub New( _ 
ByVal x As Double, _ 
ByVal y As Double, _ 
ByVal z As Double, _ 
ByVal blockName As String, _ 
ByVal globalUnits As linearUnitsType, _ 
ByVal blocks As BlockKeyedCollection, _ 
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
linearUnitsType globalUnits
BlockKeyedCollection blocks
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

globalUnits
linearUnitsType

The units to scale inserted content

blocks
BlockKeyedCollection

The Environment.Blocks collection

rotationAngleInRadians
double

Rotation angle in radians

.NET Framework

Supported in: 4.8

In this article

Definition