Toolpath.Dump Method

Returns a description of this entity.
Public Overrides Function Dump( _ 
Optional ByVal linearUnits As linearUnitsType = linearUnitsType.Unitless, _ 
Optional ByVal massUnits As massUnitsType = massUnitsType.Unitless, _ 
Optional ByVal layers As LayerKeyedCollection = null, _ 
Optional ByVal materials As MaterialKeyedCollection = null, _ 
Optional ByVal blocks As BlockKeyedCollection = null _ 
) As String
This language is not supported or no code example is available.
public override string Dump( 
linearUnitsType linearUnits = linearUnitsType.Unitless, 
massUnitsType massUnits = massUnitsType.Unitless, 
LayerKeyedCollection layers = null, 
MaterialKeyedCollection materials = null, 
BlockKeyedCollection blocks = null 
)
This language is not supported or no code example is available.

Parameters

linearUnits
linearUnitsType

The length units.

massUnits
massUnitsType

The mass units.

layers
LayerKeyedCollection

The layers collection.

materials
MaterialKeyedCollection

The materials collection.

blocks
BlockKeyedCollection

The blocks collection.

Return Value

string

A multiline string.

Remarks
 
All of the results about the mass properties are displayed using the units of measurement provided as input.

.NET Framework

Supported in: 4.8

In this article

Definition