AutodeskMiscProperties(List<KeyValuePair<Int16Object>>, Double, Vector3D) Constructor

Standard constructor.
Public Sub New( _ 
ByVal xData As List(Of KeyValuePair(Of Short, Object)), _ 
ByVal thickness As Double, _ 
ByVal extrusionDir As Vector3D
)
This language is not supported or no code example is available.
public AutodeskMiscProperties( 
List<KeyValuePair<short, object>> xData
double thickness
Vector3D extrusionDir 
)
This language is not supported or no code example is available.

Parameters

xData
List<KeyValuePair<short, object>>

thickness
double

The entity thickness.

extrusionDir
Vector3D

The extrusion direction (unit length).

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition