RevolvedSurf.Dump Method

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

massUnits
massUnitsType

layers
LayerKeyedCollection

materials
MaterialKeyedCollection

blocks
BlockKeyedCollection

Return Value

string

.NET Framework

Supported in: 4.8

In this article

Definition