BlockReference.Transform Method

Applies the block reference transformation to a list of 3D points.
Public Sub Transform( _ 
ByVal points As IList(Of Point3D), _ 
ByVal blocks As BlockKeyedCollection
)
This language is not supported or no code example is available.
public void Transform( 
IList<Point3D> points
BlockKeyedCollection blocks 
)
This language is not supported or no code example is available.

Parameters

points
IList<Point3D>

A list of 3D points

blocks
BlockKeyedCollection

Blocks dictionary

.NET Framework

Supported in: 4.8

In this article

Definition