Block(String, Point3D, linearUnitsType) Constructor

Base point and units constructor.
Public Sub New( _ 
ByVal name As String, _ 
ByVal basePoint As Point3D, _ 
ByVal units As linearUnitsType
)
This language is not supported or no code example is available.
public Block( 
string name
Point3D basePoint
linearUnitsType units 
)
This language is not supported or no code example is available.

Parameters

name
string

The block name.

basePoint
Point3D

Base point

units
linearUnitsType

The linear units

.NET Framework

Supported in: 4.8

In this article

Definition