ThreeDFormat.SetThreeDFormat(MsoPresetThreeDFormat) Method

Definition

Sets the preset extrusion format. Each preset extrusion format contains a set of preset values for the various properties of the extrusion.

public:
 void SetThreeDFormat(Microsoft::Office::Core::MsoPresetThreeDFormat PresetThreeDFormat);
public void SetThreeDFormat (Microsoft.Office.Core.MsoPresetThreeDFormat PresetThreeDFormat);
Public Sub SetThreeDFormat (PresetThreeDFormat As MsoPresetThreeDFormat)

Parameters

PresetThreeDFormat
MsoPresetThreeDFormat

Required MsoPresetThreeDFormat. Specifies a preset extrusion format that corresponds to one of the options (numbered from left to right, from top to bottom) displayed when you click the 3-D button on the Drawing toolbar.

Remarks

This method sets the PresetThreeDFormat property to the format specified by the PresetThreeDFormat argument.

Applies to