Block(String, Point3D) Constructor

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

Parameters

name
string

The block name.

basePoint
Point3D

Base point

.NET Framework

Supported in: 4.8

In this article

Definition